public static interface Backup.StatsOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
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. |