Reference documentation and code samples for the Cloud Firestore V1 Client class PointInTimeRecoveryEnablement.
Point In Time Recovery feature enablement.
Protobuf type google.firestore.admin.v1.Database.PointInTimeRecoveryEnablement
Namespace
Google \ Cloud \ Firestore \ Admin \ V1 \ DatabaseMethods
static::name
Parameter | |
---|---|
Name | Description |
value |
mixed
|
static::value
Parameter | |
---|---|
Name | Description |
name |
mixed
|
Constants
POINT_IN_TIME_RECOVERY_ENABLEMENT_UNSPECIFIED
Value: 0
Not used.
Generated from protobuf enum POINT_IN_TIME_RECOVERY_ENABLEMENT_UNSPECIFIED = 0;
POINT_IN_TIME_RECOVERY_ENABLED
Value: 1
Reads are supported on selected versions of the data from within the past 7 days:
- Reads against any timestamp within the past hour
- Reads against 1-minute snapshots beyond 1 hour and within 7 days
version_retention_period
andearliest_version_time
can be used to determine the supported versions.
Generated from protobuf enum POINT_IN_TIME_RECOVERY_ENABLED = 1;
POINT_IN_TIME_RECOVERY_DISABLED
Value: 2
Reads are supported on any version of the data from within the past 1 hour.
Generated from protobuf enum POINT_IN_TIME_RECOVERY_DISABLED = 2;