Skip to main content

GetUploadPartsRequest Constructors

An object defining constructors for the GetUploadPartsRequest class.

GetUploadPartsRequest()

Initializes a new instance of the GetUploadPartsRequest class.


GetUploadPartsRequest(secretKey, versionSecretKey, length)

Initializes a new instance of the GetUploadPartsRequest class with the specified security keys and file length.

Parameters:

secretKey (required): string
The encrypted secret key for object security.

versionSecretKey (required): string
The encrypted secret key for version security.

length (required): long
The total length of the file to be uploaded in bytes.

This constructor initializes a new request to get upload parts by calling the base constructor and setting the provided security keys and file length to their respective properties.