Uses of Class
com.google.cloud.datastore.ReadOption.ReadTime
-
Packages that use ReadOption.ReadTime Package Description com.google.cloud.datastore A client for Cloud Datastore – A highly-scalable NoSQL database for web and mobile applications. -
-
Uses of ReadOption.ReadTime in com.google.cloud.datastore
Methods in com.google.cloud.datastore that return ReadOption.ReadTime Modifier and Type Method Description static ReadOption.ReadTime
ReadOption. readTime(com.google.cloud.Timestamp time)
Returns aReadOption
that specifies read time, allowing Datastore to return results from lookups and queries at a particular timestamp.
-