CloudStorage
Represents cloud storage configurations used to define external file storage destinations, including AWS S3 and HTTP storage settings.
Columns
| Name | Type | ReadOnly | Description |
| auditCreatedBy | String | True |
The user who created the cloud storage configuration. |
| auditCreatedDateTime | Datetime | True |
The date and time when the cloud storage configuration was created. |
| auditModifiedBy | String | True |
The user who last modified the cloud storage configuration. |
| auditModifiedDateTime | Datetime | True |
The date and time when the cloud storage configuration was last modified. |
| awsStorageEnableEncryption | Bool | False |
Indicates whether encryption is enabled for AWS S3 storage in this cloud storage configuration. |
| awsStorageRestrictFileAccess | String | False |
The file access restriction setting applied to AWS S3 storage in this cloud storage configuration. |
| awsStorageS3Bucket | String | False |
The AWS S3 bucket name used for this cloud storage configuration. |
| errorNotificationEmail | String | False |
The email address used to receive error notifications for this cloud storage configuration. |
| href | String | True |
The URL of the cloud storage resource. |
| httpStorageAddressOrURL | String | False |
The address or URL of the HTTP storage endpoint for this cloud storage configuration. |
| httpStoragePassword | String | False |
The password used to authenticate with the HTTP storage endpoint for this cloud storage configuration. |
| httpStorageUserName | String | False |
The user name used to authenticate with the HTTP storage endpoint for this cloud storage configuration. |
| id | String | False |
The unique identifier of the cloud storage configuration. |
| isPrivate | Bool | False |
Indicates whether this cloud storage configuration is private. |
| key [KEY] | String | True |
The system-assigned key that uniquely identifies the cloud storage record. |
| lastDeliveryDateTime | Datetime | True |
The date and time of the last successful file delivery for this cloud storage configuration. |
| lastDeliveryStatus | String | False |
The status of the last file delivery attempt for this cloud storage configuration. |
| owner_Href | String | True |
The URL of the owner associated with this cloud storage configuration. |
| owner_Id | String | False |
The Id of the owner associated with this cloud storage configuration. |
| owner_Key | String | False |
The system-assigned key of the owner associated with this cloud storage configuration. |
| owner_UserName | String | True |
The user name of the owner associated with this cloud storage configuration. |
| path | String | False |
The file path or directory used for this cloud storage configuration. |
| queuedCount | Int | True |
The number of files currently queued for delivery in this cloud storage configuration. |
| state | String | True |
The current operational state of this cloud storage configuration. |
| status | String | False |
The current status of the cloud storage configuration, such as active or inactive. |
| storageType | String | False |
The type of external storage used by this cloud storage configuration, such as AWS S3 or HTTP. |