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

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

Property Value

Type: Int64

Implements

IMultiPartUploadStreamMinimalPartSize
See Also