GoogleFirestoreAdminV1Stats class
Backup specific statistics.
Constructors
- GoogleFirestoreAdminV1Stats({String? documentCount, String? indexCount, String? sizeBytes})
- GoogleFirestoreAdminV1Stats.fromJson(Map json_)
Properties
- documentCount ↔ String?
-
The total number of documents contained in the backup.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- indexCount ↔ String?
-
The total number of index entries contained in the backup.
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- sizeBytes ↔ String?
-
Summation of the size of all documents and index entries in the backup,
measured in bytes.
getter/setter pair
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited