Interface Backup.StatsOrBuilder (3.21.4)

public static interface Backup.StatsOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getDocumentCount()

public abstract long getDocumentCount()

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

int64 document_count = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
long

The documentCount.

getIndexCount()

public abstract long getIndexCount()

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

int64 index_count = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
long

The indexCount.

getSizeBytes()

public abstract long getSizeBytes()

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

int64 size_bytes = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
long

The sizeBytes.