Firestore Admin v1 API - Class Backup.Types.Stats (3.8.0)

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.

Inheritance

object > Backup.Types.Stats

Namespace

Google.Cloud.Firestore.Admin.V1

Assembly

Google.Cloud.Firestore.Admin.V1.dll

Constructors

Stats()

public Stats()

Stats(Stats)

public Stats(Backup.Types.Stats other)
Parameter
NameDescription
otherBackupTypesStats

Properties

DocumentCount

public long DocumentCount { get; set; }

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

Property Value
TypeDescription
long

IndexCount

public long IndexCount { get; set; }

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

Property Value
TypeDescription
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
TypeDescription
long