Show / Hide Table of Contents

Class GoogleFirestoreAdminV1Stats

Backup specific statistics.

Inheritance
object
GoogleFirestoreAdminV1Stats
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 GoogleFirestoreAdminV1Stats : IDirectResponseSchema

Properties

DocumentCount

Output only. The total number of documents contained in the backup.

Declaration
[JsonProperty("documentCount")]
public virtual long? DocumentCount { get; set; }
Property Value
Type Description
long?

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

IndexCount

Output only. The total number of index entries contained in the backup.

Declaration
[JsonProperty("indexCount")]
public virtual long? IndexCount { get; set; }
Property Value
Type Description
long?

SizeBytes

Output only. Summation of the size of all documents and index entries in the backup, measured in bytes.

Declaration
[JsonProperty("sizeBytes")]
public virtual long? SizeBytes { get; set; }
Property Value
Type Description
long?

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX