Gets or sets the part size of the upload in bytes.
            	The uploaded file will be divided into 
            	parts the size specified and
            	uploaded to Amazon S3 individually.
            
 Declaration Syntax
 Declaration Syntax| C# | 
public long PartSize { get; set; }
 Value
 Value
            	The part size of the upload.