---
title: Getting Started with Datadog
description: Datadog, the leading service for cloud-scale monitoring.
breadcrumbs: Docs > Infrastructure > Datadog Resource Catalog
---

# gcp_firestore_backup{% #gcp_firestore_backup %}

## `ancestors`{% #ancestors %}

**Type**: `UNORDERED_LIST_STRING`

## `database`{% #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`{% #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`{% #expire_time %}

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

## `labels`{% #labels %}

**Type**: `UNORDERED_LIST_STRING`

## `name`{% #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`{% #organization_id %}

**Type**: `STRING`

## `parent`{% #parent %}

**Type**: `STRING`

## `project_id`{% #project_id %}

**Type**: `STRING`

## `project_number`{% #project_number %}

**Type**: `STRING`

## `region_id`{% #region_id %}

**Type**: `STRING`

## `resource_name`{% #resource_name %}

**Type**: `STRING`

## `snapshot_time`{% #snapshot_time %}

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

## `state`{% #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`{% #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`{% #tags %}

**Type**: `UNORDERED_LIST_STRING`

## `zone_id`{% #zone_id %}

**Type**: `STRING`
