Settings
Destination settings for different cloud storages.
Name | Description | Type | Additional Information |
---|---|---|---|
GoogleCloudPlatform | Destination settings for Google Cloud Platform accounts | GoogleDestinationModel | None |
AmazonS3 | Destination settings for Amazon S3 and Amazon S3 China accounts | S3DestinationModel | None |
Azure | Destination settings for Azure cloud storage | StorageDestinationModelBase | None |
S3Compatible | Destination settings for S3 Compatible cloud storages | S3CompatibleSettings | None |
Wasabi | Destination settings for Wasabi cloud storage | StorageDestinationWithLocationModel | None |
B@ | Destination settings for Backblaze B2 cloud storage | StorageDestinationModelBase | None |
GoogleDestinationModel
| Name | Description | Type | Additional Information | | :--- | :--- | :--- | :--- | | StorageClass | Storage class of the bucket | GoogleStorageClass | None | | RegionalLocation | Regional location | GoogleRegions | None | | BucketName | Name of the bucket used to store data in the cloud storage (It is called bucket in all cloud storages except for Azure. In Azure terminology, it is called container) | string | None | | UseImmutability | | boolean | None |
GoogleStorageClass: possible values
| Name | Value | Description | | :--- | :--- | :--- | | STANDARD | 0 | | | DURABLE_REDUCED_AVAILABILITY | 1 | | | NEARLINE | 2 | | | COLDLINE | 3 | | | REGIONAL | 4 | | | MULTI_REGIONAL | 5 | |
GoogleRegions: possible values
Name | Value | Description |
---|---|---|
US | 0 | |
EU | 1 | |
ASIA | 2 | |
SOUTHAMERICA | 3 | |
AUSTRALIA | 4 | |
asia_east1 | 5 | |
asia_northeast1 | 6 | |
asia_southeast1 | 7 | |
asia_south1 | 8 | |
europe_west1 | 9 | |
us_central1 | 10 | |
us_east1 | 11 | |
us_west1 | 12 | |
us_east4 | 13 | |
europe_west2 | 14 | |
europe_west3 | 15 | |
europe_west4 | 16 | |
southamerica_east1 | 17 | |
australia_southeast1 | 18 | |
northamerica_northeast1 | 19 | |
europe_north1 | 20 |
S3DestinationModel
Destination settings for Amazon S3 cloud storage | Name | Description | Type | Additional Information | | :--- | :--- | :--- | :--- | | UseS3TransferAcceleration | Amazon S3 Transfer Acceleration enables fast data transfers. Addition data transfer charges may apply. | boolean | None | | Region | Region of the bucket | string | None | | BucketName | Name of the bucket used to store data in the cloud storage | String | None | | UseImmutability | | boolean | None |
StorageDestinationWithLocationModel
Destination settings for cloud storages which buckets have a regional location
Name | Description | Type | Additional Information |
---|---|---|---|
Region | Region of the bucket | string | None |
BucketName | Name of the bucket used to store data in the cloud storage | String | None |
UseImmutability | boolean | None |
StorageDestinationModelBase
Destination settings for Azure cloud storages
Name | Description | Type | Additional Information |
---|---|---|---|
BucketName | Name of the bucket used to store data in the cloud storage | String | None |
UseImmutability | boolean | None |
StorageDestinationModelBase
Destination settings for S3-compatible cloud storages
Name | Description | Type | Additional Information |
---|---|---|---|
BucketName | Name of the bucket used to store data in the cloud storage | String | None |
UseImmutability | boolean | None |
StorageDestinationModelBase
Destination settings for cloud storages
Name | Description | Type | Additional Information |
---|---|---|---|
BucketName | Name of the bucket used to store data in the cloud storage | String | None |
UseImmutability | boolean | None |