FileStorageInfo interface
File storage information.
Properties
headers | |
uri | A URI that can be used to access the file content. |
Property Details
headers
headers?: {[propertyName: string]: string}
Property Value
{[propertyName: string]: string}
uri
A URI that can be used to access the file content.
uri?: string
Property Value
string