GetMaximumPartSize Method
Gets the maximum size for a binary data transfer.
Required Permissions
AnonymousSyntax
public System.long GetMaximumPartSize()Public Function GetMaximumPartSize() As System.LongReturn Value
The maximum size file (in bytes) allowed for a file part. If a file is bigger than the maximum size, the file will need to be uploaded or downloaded in multiple parts.