FileSasUrlResponse ComplexType
Contains data about a shared access signature (SAS) file
Properties
The properties of a complex type contain the structured data of the type.
Name | Type | Details |
---|---|---|
FileName | Edm.String |
The file name. |
FileSizeInBytes | Edm.Int64 |
The file size in bytes. |
MimeType | Edm.String |
The mime type of the file. |
SasUrl | Edm.String |
The SAS URL that can be used to access the file. |
Used by
The following use the FileSasUrlResponse ComplexType.
Name | How used |
---|---|
GetFileSasUrlResponse | Result Property |