partSizeInBytes property

int? partSizeInBytes
final

The part size, in bytes, specified in the Initiate Multipart Upload request. This is the size of all the parts in the upload except the last part, which may be smaller than this size.

Implementation

final int? partSizeInBytes;