Class GoogleFirestoreAdminV1SourceInfo
Information about the provenance of this database.
Implements
Inherited Members
Namespace: Google.Apis.Firestore.v1.Data
Assembly: Google.Apis.Firestore.v1.dll
Syntax
public class GoogleFirestoreAdminV1SourceInfo : IDirectResponseSchema
Properties
Backup
If set, this database was restored from the specified backup (or a snapshot thereof).
Declaration
[JsonProperty("backup")]
public virtual GoogleFirestoreAdminV1BackupSource Backup { get; set; }
Property Value
| Type | Description |
|---|---|
| GoogleFirestoreAdminV1BackupSource |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Operation
The associated long-running operation. This field may not be set after the operation has completed. Format:
projects/{project}/databases/{database}/operations/{operation}.
Declaration
[JsonProperty("operation")]
public virtual string Operation { get; set; }
Property Value
| Type | Description |
|---|---|
| string |