Reference documentation and code samples for the Cloud Firestore Admin V1 API class Google::Cloud::Firestore::Admin::V1::Backup::Stats.
Backup specific statistics.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#document_count
def document_count() -> ::Integer
Returns
- (::Integer) — Output only. The total number of documents contained in the backup.
#index_count
def index_count() -> ::Integer
Returns
- (::Integer) — Output only. The total number of index entries contained in the backup.
#size_bytes
def size_bytes() -> ::Integer
Returns
- (::Integer) — Output only. Summation of the size of all documents and index entries in the backup, measured in bytes.