Resource: Backup
A Backup of a Cloud Firestore Database.
The backup contains all documents and index configurations for the given database at a specific point in time.
JSON representation |
---|
{ "name": string, "database": string, "databaseUid": string, "snapshotTime": string, "expireTime": string, "stats": { object ( |
Fields | |
---|---|
name |
Output only. The unique resource name of the Backup. Format is |
database |
Output only. Name of the Firestore database that the backup is from. Format is |
databaseUid |
Output only. The system-generated UUID4 for the Firestore database that the backup is from. |
snapshotTime |
Output only. The backup contains an externally consistent copy of the database at this time. A timestamp in RFC3339 UTC "Zulu" format, with nanosecond resolution and up to nine fractional digits. Examples: |
expireTime |
Output only. The timestamp at which this backup expires. A timestamp in RFC3339 UTC "Zulu" format, with nanosecond resolution and up to nine fractional digits. Examples: |
stats |
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. |
state |
Output only. The current state of the backup. |
Stats
Backup specific statistics.
JSON representation |
---|
{ "sizeBytes": string, "documentCount": string, "indexCount": string } |
Fields | |
---|---|
sizeBytes |
Output only. Summation of the size of all documents and index entries in the backup, measured in bytes. |
documentCount |
Output only. The total number of documents contained in the backup. |
indexCount |
Output only. The total number of index entries contained in the backup. |
State
Indicate the current state of the backup.
Enums | |
---|---|
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. |
Methods |
|
---|---|
|
Deletes a backup. |
|
Gets information about a backup. |
|
Lists all the backups. |