GoogleFirestoreAdminV1PitrSnapshot class

A consistent snapshot of a database at a specific point in time.

A PITR (Point-in-time recovery) snapshot with previous versions of a database's data is available for every minute up to the associated database's data retention period. If the PITR feature is enabled, the retention period is 7 days; otherwise, it is one hour.

Constructors

GoogleFirestoreAdminV1PitrSnapshot.new({String? database, String? databaseUid, String? snapshotTime})
GoogleFirestoreAdminV1PitrSnapshot.fromJson(Map json_)

Properties

database String?
The name of the database that this was a snapshot of.
getter/setter pair
databaseUid String?
Public UUID of the database the snapshot was associated with.
getter/setter pair
databaseUidAsBytes List<int>
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
snapshotTime String?
Snapshot time of the database.
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