FileMetadata interface

Represents a file.

Properties

deleteStatus

Indicates whether the file was deleted from the storage account.

fileContentUri

A URI with a valid SAS token to allow uploading / downloading the file.

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.

deleteStatus?: string

Property Value

string

fileContentUri

A URI with a valid SAS token to allow uploading / downloading the file.

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