This product is not supported for your selected Datadog site. ().
이 페이지는 아직 영어로 제공되지 않습니다. 번역 작업 중입니다.
현재 번역 프로젝트에 대한 질문이나 피드백이 있으신 경우 언제든지 연락주시기 바랍니다.

gcp_firestore_backup

ancestors

Type: UNORDERED_LIST_STRING

database

Type: STRING
Provider name: database
Description: Output only. Name of the Firestore database that the backup is from. Format is projects/{project}/databases/{database}.

database_uid

Type: STRING
Provider name: databaseUid
Description: Output only. The system-generated UUID4 for the Firestore database that the backup is from.

expire_time

Type: TIMESTAMP
Provider name: expireTime
Description: Output only. The timestamp at which this backup expires.

labels

Type: UNORDERED_LIST_STRING

name

Type: STRING
Provider name: name
Description: Output only. The unique resource name of the Backup. Format is projects/{project}/locations/{location}/backups/{backup}.

organization_id

Type: STRING

parent

Type: STRING

project_id

Type: STRING

project_number

Type: STRING

resource_name

Type: STRING

snapshot_time

Type: TIMESTAMP
Provider name: snapshotTime
Description: Output only. The backup contains an externally consistent copy of the database at this time.

state

Type: STRING
Provider name: state
Description: Output only. The current state of the backup.
Possible values:

  • STATE_UNSPECIFIED - The state is unspecified.
  • CREATING - The pending backup is still being created. Operations on the backup will be rejected in this state.
  • READY - The backup is complete and ready to use.
  • NOT_AVAILABLE - The backup is not available at this moment.

stats

Type: STRUCT
Provider name: stats
Description: Output only. Statistics about the backup. This data only becomes available after the backup is fully materialized to secondary storage. This field will be empty till then.

  • document_count
    Type: INT64
    Provider name: documentCount
    Description: Output only. The total number of documents contained in the backup.
  • index_count
    Type: INT64
    Provider name: indexCount
    Description: Output only. The total number of index entries contained in the backup.
  • size_bytes
    Type: INT64
    Provider name: sizeBytes
    Description: Output only. Summation of the size of all documents and index entries in the backup, measured in bytes.

tags

Type: UNORDERED_LIST_STRING