Class: Google::Cloud::Firestore::Admin::V1::Backup::Stats

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/firestore/admin/v1/backup.rb

Overview

Backup specific statistics.

Instance Attribute Summary collapse

Instance Attribute Details

#document_count::Integer (readonly)

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

Returns:

  • (::Integer)

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



74
75
76
77
# File 'proto_docs/google/firestore/admin/v1/backup.rb', line 74

class Stats
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#index_count::Integer (readonly)

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

Returns:

  • (::Integer)

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



74
75
76
77
# File 'proto_docs/google/firestore/admin/v1/backup.rb', line 74

class Stats
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#size_bytes::Integer (readonly)

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

Returns:

  • (::Integer)

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



74
75
76
77
# File 'proto_docs/google/firestore/admin/v1/backup.rb', line 74

class Stats
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end