Skip to main content

GetUploadPartsItemRequest

The GetUploadPartsItemRequest class represents a request to retrieve information about a specific part of a file being uploaded.

This class encapsulates the necessary information for managing partial file uploads, including the file's secret, length, and path information.

Properties

NameDescription
SecretKeyGets the encrypted secret key for the upload part.
DecryptedSecretGets the decrypted object secret information.
LengthGets the length of the file being uploaded.
PathGets or sets the path where the file will be uploaded.

Constructors

NameDescription
GetUploadPartsItemRequest()Initializes a new instance of the GetUploadPartsItemRequest class.
GetUploadPartsItemRequest(secretKey, length, path)Initializes a new instance of the GetUploadPartsItemRequest class with the specified secret key, file length, and path.