mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-18 14:56:05 +00:00
gcloud: Wed May 14 10:45:02 UTC 2025
This commit is contained in:
parent
dfebca5b6c
commit
82f3a66664
423 changed files with 11160 additions and 1149 deletions
|
|
@ -9,6 +9,7 @@ SYNOPSIS
|
|||
[--deletion-protection]
|
||||
[--row-key-schema-definition-file=ROW_KEY_SCHEMA_DEFINITION_FILE]
|
||||
[--row-key-schema-pre-encoded-bytes] [--splits=[SPLITS,...]]
|
||||
[--tiered-storage-infrequent-access-older-than=TIERED_STORAGE_INFREQUENT_ACCESS_OLDER_THAN]
|
||||
[--automated-backup-retention-period=AUTOMATED_BACKUP_RETENTION_PERIOD
|
||||
| --enable-automated-backup] [GCLOUD_WIDE_FLAG ...]
|
||||
|
||||
|
|
@ -159,6 +160,12 @@ OPTIONAL FLAGS
|
|||
Row keys where the table should initially be split. For example:
|
||||
car,key
|
||||
|
||||
--tiered-storage-infrequent-access-older-than=TIERED_STORAGE_INFREQUENT_ACCESS_OLDER_THAN
|
||||
The age at which data should be moved to infrequent access storage.
|
||||
|
||||
See $ gcloud topic datetimes for information on absolute duration
|
||||
formats.
|
||||
|
||||
At most one of these can be specified:
|
||||
|
||||
--automated-backup-retention-period=AUTOMATED_BACKUP_RETENTION_PERIOD
|
||||
|
|
|
|||
|
|
@ -11,6 +11,8 @@ SYNOPSIS
|
|||
| --clear-change-stream-retention-period]
|
||||
[--clear-row-key-schema
|
||||
| --row-key-schema-definition-file=ROW_KEY_SCHEMA_DEFINITION_FILE]
|
||||
[--clear-tiered-storage-config
|
||||
| --tiered-storage-infrequent-access-older-than=TIERED_STORAGE_INFREQUENT_ACCESS_OLDER_THAN]
|
||||
[GCLOUD_WIDE_FLAG ...]
|
||||
|
||||
DESCRIPTION
|
||||
|
|
@ -162,6 +164,17 @@ FLAGS
|
|||
encoding:
|
||||
raw: {}
|
||||
|
||||
At most one of these can be specified:
|
||||
|
||||
--clear-tiered-storage-config
|
||||
Disables the tiered storage config.
|
||||
|
||||
--tiered-storage-infrequent-access-older-than=TIERED_STORAGE_INFREQUENT_ACCESS_OLDER_THAN
|
||||
The age at which data should be moved to infrequent access storage.
|
||||
|
||||
See $ gcloud topic datetimes for information on absolute duration
|
||||
formats.
|
||||
|
||||
GCLOUD WIDE FLAGS
|
||||
These flags are available to all commands: --access-token-file, --account,
|
||||
--billing-project, --configuration, --flags-file, --flatten, --format,
|
||||
|
|
|
|||
|
|
@ -8,6 +8,7 @@ SYNOPSIS
|
|||
[--deletion-protection]
|
||||
[--row-key-schema-definition-file=ROW_KEY_SCHEMA_DEFINITION_FILE]
|
||||
[--row-key-schema-pre-encoded-bytes] [--splits=[SPLITS,...]]
|
||||
[--tiered-storage-infrequent-access-older-than=TIERED_STORAGE_INFREQUENT_ACCESS_OLDER_THAN]
|
||||
[--automated-backup-retention-period=AUTOMATED_BACKUP_RETENTION_PERIOD
|
||||
| --enable-automated-backup] [GCLOUD_WIDE_FLAG ...]
|
||||
|
||||
|
|
@ -158,6 +159,12 @@ OPTIONAL FLAGS
|
|||
Row keys where the table should initially be split. For example:
|
||||
car,key
|
||||
|
||||
--tiered-storage-infrequent-access-older-than=TIERED_STORAGE_INFREQUENT_ACCESS_OLDER_THAN
|
||||
The age at which data should be moved to infrequent access storage.
|
||||
|
||||
See $ gcloud topic datetimes for information on absolute duration
|
||||
formats.
|
||||
|
||||
At most one of these can be specified:
|
||||
|
||||
--automated-backup-retention-period=AUTOMATED_BACKUP_RETENTION_PERIOD
|
||||
|
|
|
|||
|
|
@ -11,6 +11,8 @@ SYNOPSIS
|
|||
| --clear-change-stream-retention-period]
|
||||
[--clear-row-key-schema
|
||||
| --row-key-schema-definition-file=ROW_KEY_SCHEMA_DEFINITION_FILE]
|
||||
[--clear-tiered-storage-config
|
||||
| --tiered-storage-infrequent-access-older-than=TIERED_STORAGE_INFREQUENT_ACCESS_OLDER_THAN]
|
||||
[GCLOUD_WIDE_FLAG ...]
|
||||
|
||||
DESCRIPTION
|
||||
|
|
@ -162,6 +164,17 @@ FLAGS
|
|||
encoding:
|
||||
raw: {}
|
||||
|
||||
At most one of these can be specified:
|
||||
|
||||
--clear-tiered-storage-config
|
||||
Disables the tiered storage config.
|
||||
|
||||
--tiered-storage-infrequent-access-older-than=TIERED_STORAGE_INFREQUENT_ACCESS_OLDER_THAN
|
||||
The age at which data should be moved to infrequent access storage.
|
||||
|
||||
See $ gcloud topic datetimes for information on absolute duration
|
||||
formats.
|
||||
|
||||
GCLOUD WIDE FLAGS
|
||||
These flags are available to all commands: --access-token-file, --account,
|
||||
--billing-project, --configuration, --flags-file, --flatten, --format,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue