This product is not supported for your selected Datadog site. ().
Cette page n'est pas encore disponible en français, sa traduction est en cours.
Si vous avez des questions ou des retours sur notre projet de traduction actuel, n'hésitez pas à nous contacter.

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