FileMetadata interface
Represents a file.
Properties
delete |
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. |
file |
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. |
file |
The format of the file |
file |
The name of the file. |
file |
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
Azure SDK for JavaScript