FileStreamInitMultiPartUpload Method |
Inits multipart upload to Azure blob storage.
Namespace: CMS.AzureStorageAssembly: CMS.AzureStorage (in CMS.AzureStorage.dll) Version: 11.0.0
Syntax public string InitMultiPartUpload()
Return Value
Type:
String
Upload ID, unique identifier for one multipart upload to Azure blob storage.
Returned upload ID is needed for each subsequent multipart upload operation.
Implements
IMultiPartUploadStreamInitMultiPartUploadSee Also