CopyObjectsRequest
Represents a request to copy objects in the document management system.
This class extends BaseRequest to provide the necessary security information for copying objects from source locations to a destination. It manages both source and destination security keys and their decrypted versions.
Properties
| Name | Description |
|---|---|
| SourceDecryptedSecrets | Gets the decrypted secret information for the source objects. |
| SourceSecretKeys | Gets the encrypted secret keys for the source objects. |
| DestinationSecret | Gets the decrypted secret information for the destination location. |
| DestinationSecretKey | Gets the encrypted secret key for the destination location. |
Constructors
| Name | Description |
|---|---|
| CopyObjectsRequest() | Initializes a new instance of the CopyObjectsRequest class. |
| CopyObjectsRequest(sourceSecretKeys, destinationSecretKey) | Initializes a new instance of the CopyObjectsRequest class with the specified source and destination security keys. |