Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface FileMetadata

Package version

Represents a file.

Hierarchy

  • FileMetadata

Index

Properties

Optional deleteStatus

deleteStatus: DeleteStatus

Indicates whether the file was deleted from the storage account. NOTE: This property will not be serialized. It can only be populated by the server.

Optional fileContentUri

fileContentUri: undefined | string

A URI with a valid SAS token to allow uploading / downloading the file. NOTE: This property will not be serialized. It can only be populated by the server.

Optional fileFormat

fileFormat: FileFormat

The format of the file

Optional fileName

fileName: undefined | string

The name of the file.

Optional fileSize

fileSize: undefined | number

The size of the file.

Generated using TypeDoc