GetUploadPartsItemRequest Properties
An object defining properties for the GetUploadPartsItemRequest class.
SecretKey
Gets the encrypted secret key for the upload part.
Type: string
The SecretKey property holds the encrypted security key that is used to decrypt the object secret information in the DecryptedSecret property.
DecryptedSecret
Gets the decrypted object secret information.
Type: DMObjectSecret
The DecryptedSecret property contains the decrypted object secret information and is marked with the [DecryptData("SecretKey")] attribute, indicating that its value is decrypted using the SecretKey property.
Length
Gets the length of the file being uploaded.
Type: long
The Length property specifies the total size in bytes of the file for which upload parts information is being requested.
Path
Gets or sets the path where the file will be uploaded.
Type: string
The Path property specifies the target location in the document management system where the file will be stored.