Package com.google.cloud.datastore
Class ReadOption.ReadTime
java.lang.Object
com.google.cloud.datastore.ReadOption
com.google.cloud.datastore.ReadOption.ReadTime
- All Implemented Interfaces:
Serializable
- Enclosing class:
- ReadOption
Reads entities as they were at the given time. This may not be older than 270 seconds. This
value is only supported for Cloud Firestore in Datastore mode.
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from class com.google.cloud.datastore.ReadOption
ReadOption.EventualConsistency, ReadOption.QueryConfig<Q extends Query<?>>, ReadOption.ReadTime
-
Method Summary
Methods inherited from class com.google.cloud.datastore.ReadOption
eventualConsistency, readTime, transactionId, transactionId
-
Method Details
-
time
public com.google.cloud.Timestamp time()
-