Click or drag to resize
FileStreamInitMultiPartUpload Method
Inits multipart upload to Azure blob storage.

Namespace: CMS.AzureStorage
Assembly: CMS.AzureStorage (in CMS.AzureStorage.dll) Version: 11.0.0
Syntax
C#
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

IMultiPartUploadStreamInitMultiPartUpload
See Also