FileMetadata interface

Represents a file.

Properties

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.

fileContentUri

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.

fileFormat

The format of the file

fileName

The name of the file.

fileSize

The size of the file.

Property Details

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.

deleteStatus?: string

Property Value

string

fileContentUri

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.

fileContentUri?: string

Property Value

string

fileFormat

The format of the file

fileFormat?: string

Property Value

string

fileName

The name of the file.

fileName?: string

Property Value

string

fileSize

The size of the file.

fileSize?: number

Property Value

number