Click or drag to resize
FileStreamMinimalPartSize Property
Returns minimal size of the part used in multipart upload process to Azure blob storage.

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

Property Value

Type: Int64

Implements

IMultiPartUploadStreamMinimalPartSize
See Also