Click or drag to resize
FileStreamMaximalPartSize Property
Maximal 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 MaximalPartSize { get; }

Property Value

Type: Int64

Implements

IMultiPartUploadStreamMaximalPartSize
See Also