UrlToken interface
Url data for creating or accessing a blob file.
Properties
| upload |
SAS URL for file uploading. Kept for backwards compatibility NOTE: This property will not be serialized. It can only be populated by the server. |
| url | SAS URL for creating or accessing a blob file. NOTE: This property will not be serialized. It can only be populated by the server. |
Property Details
uploadUrl
SAS URL for file uploading. Kept for backwards compatibility NOTE: This property will not be serialized. It can only be populated by the server.
uploadUrl?: string
Property Value
string
url
SAS URL for creating or accessing a blob file. NOTE: This property will not be serialized. It can only be populated by the server.
url?: string
Property Value
string