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
public static final class ReadOption.ReadTime extends 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:
- Serialized Form
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class com.google.cloud.datastore.ReadOption
ReadOption.EventualConsistency, ReadOption.QueryAndReadOptions<Q extends Query<?>>, ReadOption.ReadTime
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description com.google.cloud.Timestamp
time()
-
Methods inherited from class com.google.cloud.datastore.ReadOption
eventualConsistency, readTime, transactionId, transactionId
-
-