Class GoogleFirestoreAdminV1Stats
Backup specific statistics.
Implements
Inherited Members
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? |