Click or drag to resize
FileStreamMaximalPartSize Property
Maximal size of the part used in multipart upload process to Azure blob storage.

Namespace: CMS.AzureStorage
Assembly: CMS.AzureStorage (in CMS.AzureStorage.dll) Version: 11.0.0
Syntax
C#
public long MaximalPartSize { get; }

Property Value

Type: Int64

Implements

IMultiPartUploadStreamMaximalPartSize
See Also