Options
All
  • Public
  • Public/Protected
  • All
Menu

Class FileAccessor

Hierarchy

  • FileAccessor

Index

Constructors

constructor

Properties

Private client

client: FilagreeClient

Private token

token: string

Methods

downloadFile

  • downloadFile(projectId: string, callsign: string, path: string): Observable<OpResultMessage[]>

downloadFileUsingBlob

  • downloadFileUsingBlob(projectId: string, callsign: string, path: string): Observable<any>

getDownloadFileLinkByUsingBlob

  • getDownloadFileLinkByUsingBlob(projectId: string, callsign: string, path: string): Observable<any>

Private getMetadata

  • getMetadata(projId?: string, callsign?: string): any

Private getPathForBlobSas

  • getPathForBlobSas(projectId: string, callsign: string, path: string): string

listFolder

  • listFolder(projectId: string, callsign: string, path: string): Observable<OpResultMessage[]>

serverReqOp

  • serverReqOp(projectId: string, callsign: string, path: string, opCode: OpCode, target?: Target, args?: any): Observable<OpResultMessage[]>

updateToken

  • updateToken(token: string): void

uploadFile

  • uploadFile(projectId: string, callsign: string, path: string, file: File): Observable<any>

Generated using TypeDoc