- 필수 기능
- 시작하기
- Glossary
- 표준 속성
- Guides
- Agent
- 통합
- 개방형텔레메트리
- 개발자
- Administrator's Guide
- API
- Datadog Mobile App
- CoScreen
- Cloudcraft
- 앱 내
- 서비스 관리
- 인프라스트럭처
- 애플리케이션 성능
- APM
- Continuous Profiler
- 스팬 시각화
- 데이터 스트림 모니터링
- 데이터 작업 모니터링
- 디지털 경험
- 소프트웨어 제공
- 보안
- AI Observability
- 로그 관리
- 관리
ancestors
Type: UNORDERED_LIST_STRING
automated_backup_policy
Type: STRUCT
Provider name: automatedBackupPolicy
Description: If specified, automated backups are enabled for this table. Otherwise, automated backups are disabled.
frequency
STRING
frequency
retention_period
STRING
retentionPeriod
change_stream_config
Type: STRUCT
Provider name: changeStreamConfig
Description: If specified, enable the change stream on this table. Otherwise, the change stream is disabled and the change stream is not retained.
retention_period
STRING
retentionPeriod
deletion_protection
Type: BOOLEAN
Provider name: deletionProtection
Description: Set to true to make the table protected against data loss. i.e. deleting the following resources through Admin APIs are prohibited: * The table. * The column families in the table. * The instance containing the table. Note one can still delete the data stored in the table through Data APIs.
granularity
Type: STRING
Provider name: granularity
Description: Immutable. The granularity (i.e. MILLIS
) at which timestamps are stored in this table. Timestamps not matching the granularity will be rejected. If unspecified at creation time, the value will be set to MILLIS
. Views: SCHEMA_VIEW
, FULL
.
Possible values:
TIMESTAMP_GRANULARITY_UNSPECIFIED
- The user did not specify a granularity. Should not be returned. When specified during table creation, MILLIS will be used.MILLIS
- The table keeps data versioned at a granularity of 1ms.labels
Type: UNORDERED_LIST_STRING
name
Type: STRING
Provider name: name
Description: The unique name of the table. Values are of the form projects/{project}/instances/{instance}/tables/_a-zA-Z0-9*
. Views: NAME_ONLY
, SCHEMA_VIEW
, REPLICATION_VIEW
, STATS_VIEW
, FULL
organization_id
Type: STRING
parent
Type: STRING
project_id
Type: STRING
project_number
Type: STRING
resource_name
Type: STRING
restore_info
Type: STRUCT
Provider name: restoreInfo
Description: Output only. If this table was restored from another data source (e.g. a backup), this field will be populated with information about the restore.
backup_info
STRUCT
backupInfo
backup
STRING
backup
end_time
TIMESTAMP
endTime
source_backup
STRING
sourceBackup
source_table
STRING
sourceTable
start_time
TIMESTAMP
startTime
source_type
STRING
sourceType
RESTORE_SOURCE_TYPE_UNSPECIFIED
- No restore associated.BACKUP
- A backup was used as the source of the restore.stats
Type: STRUCT
Provider name: stats
Description: Output only. Only available with STATS_VIEW, this includes summary statistics about the entire table contents. For statistics about a specific column family, see ColumnFamilyStats in the mapped ColumnFamily collection above.
average_cells_per_column
DOUBLE
averageCellsPerColumn
average_columns_per_row
DOUBLE
averageColumnsPerRow
logical_data_bytes
INT64
logicalDataBytes
row_count
INT64
rowCount
tags
Type: UNORDERED_LIST_STRING