Skip to main content

GetUploadPartsRequest Properties

An object defining properties for the GetUploadPartsRequest class.

DecryptedVersionSecret

Gets the decrypted version secret information.

Type: DMObjectVersionSecret

This property contains the decrypted version of the VersionSecretKey. It is automatically populated using the [DecryptData] attribute with "VersionSecretKey" as the source. The property has a private setter to ensure controlled access to the decrypted data.


SecretKey

Gets the encrypted secret key used for object security.

Type: string

This property holds the encrypted secret key that is used for object security operations. It is used in conjunction with the DecryptedSecret property which contains the decrypted version of this key.


DecryptedSecret

Gets the decrypted object secret information.

Type: DMObjectSecret

This property contains the decrypted version of the SecretKey. It is automatically populated using the [DecryptData] attribute with "SecretKey" as the source. The property has a private setter to ensure controlled access to the decrypted data.


Length

Gets the total length of the file to be uploaded.

Type: long

This property specifies the total size in bytes of the file that will be uploaded. This information is used to determine how the file should be divided into upload parts.


VersionSecretKey

Gets the encrypted secret key for version security.

Type: string

This property holds the encrypted secret key that is used for version security operations. It is used in conjunction with the DecryptedVersionSecret property which contains the decrypted version of this key.