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
LengthGets the length of the file being uploaded.
SecretKeyGets the encrypted secret key for the upload part.
PathGets or sets the path where the file will be uploaded.
DecryptedSecretGets the decrypted object secret information.

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.