public sealed class Backup.Types.Stats : IMessage<Backup.Types.Stats>, IEquatable<Backup.Types.Stats>, IDeepCloneable<Backup.Types.Stats>, IBufferMessage, IMessage
Reference documentation and code samples for the Firestore Admin v1 API class Backup.Types.Stats.
Backup specific statistics.
Implements
IMessageBackupTypesStats, IEquatableBackupTypesStats, IDeepCloneableBackupTypesStats, IBufferMessage, IMessageNamespace
Google.Cloud.Firestore.Admin.V1Assembly
Google.Cloud.Firestore.Admin.V1.dll
Constructors
Stats()
public Stats()
Stats(Stats)
public Stats(Backup.Types.Stats other)
Parameter | |
---|---|
Name | Description |
other |
BackupTypesStats |
Properties
DocumentCount
public long DocumentCount { get; set; }
Output only. The total number of documents contained in the backup.
Property Value | |
---|---|
Type | Description |
long |
IndexCount
public long IndexCount { get; set; }
Output only. The total number of index entries contained in the backup.
Property Value | |
---|---|
Type | Description |
long |
SizeBytes
public long SizeBytes { get; set; }
Output only. Summation of the size of all documents and index entries in the backup, measured in bytes.
Property Value | |
---|---|
Type | Description |
long |