Show / Hide Table of Contents

Class GoogleFirestoreAdminV1SourceInfo

Information about the provenance of this database.

Inheritance
object
GoogleFirestoreAdminV1SourceInfo
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX