Uses of Class
com.google.cloud.datastore.ReadOption.ReadTime
Packages that use ReadOption.ReadTime
Package
Description
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.ReadTimeModifier and TypeMethodDescriptionstatic ReadOption.ReadTimeReadOption.readTime(com.google.cloud.Timestamp time) Returns aReadOptionthat specifies read time, allowing Datastore to return results from lookups and queries at a particular timestamp.