Discuss this help topic in SecureBlackbox Forum

TElAWSS3DataStorage.MultipartUploadPartSize

TElAWSS3DataStorage     See also     


Filter: C#  VB.NET  Pascal  C++  PHP  Java  


Specifies the size of one part in the multipart upload mode.

Declaration

[C#]
    long MultipartUploadPartSize;

[VB.NET]
    Property MultipartUploadPartSize As Long

[Pascal]
    property MultipartUploadPartSize : Int64;

[C++]
    int64_t get_MultipartUploadPartSize();
    void set_MultipartUploadPartSize(int64_t Value);

[PHP]
    integer get_MultipartUploadPartSize()
    void set_MultipartUploadPartSize(integer $Value)

[Java]
    long getMultipartUploadPartSize();
    void setMultipartUploadPartSize(long Value);

Description

    Use this property to specify the part size (in bytes) when multipart upload method is used. The default value is 5242880 (5 MBytes).

See also:     MultipartUploadThreshold    

Discuss this help topic in SecureBlackbox Forum