Hoogle Search
Within LTS Haskell 24.33 (ghc-9.10.3)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
readOptions :: RunQueryRequest -> Maybe ReadOptionsgogol-datastore Gogol.Datastore The options for this query.
readTime :: AggregationResultBatch -> Maybe DateTimegogol-datastore Gogol.Datastore Read timestamp this batch was returned from. In a single transaction, subsequent query result batches for the same query can have a greater timestamp. Each batch's read timestamp is valid for all preceding batches.
readTime :: LookupResponse -> Maybe DateTimegogol-datastore Gogol.Datastore The time at which these entities were read or found missing.
readTime :: QueryResultBatch -> Maybe DateTimegogol-datastore Gogol.Datastore Read timestamp this batch was returned from. This applies to the range of results from the query's start_cursor (or the beginning of the query if no cursor was given) to this batch's end_cursor (not the query's end_cursor). In a single transaction, subsequent query result batches for the same query can have a greater timestamp. Each batch's read timestamp is valid for all preceding batches. This value will not be set for eventually consistent queries in Cloud Datastore.
readTime :: ReadOnly -> Maybe DateTimegogol-datastore Gogol.Datastore Reads entities at the given time. This must be a microsecond precision timestamp within the past one hour, or if Point-in-Time Recovery is enabled, can additionally be a whole minute timestamp within the past 7 days.
readTime :: ReadOptions -> Maybe DateTimegogol-datastore Gogol.Datastore Reads entities as they were at the given time. This value is only supported for Cloud Firestore in Datastore mode. This must be a microsecond precision timestamp within the past one hour, or if Point-in-Time Recovery is enabled, can additionally be a whole minute timestamp within the past 7 days.
readWrite :: TransactionOptions -> Maybe ReadWritegogol-datastore Gogol.Datastore The transaction should allow both reads and writes.
readConsistency :: ReadOptions -> Maybe ReadOptions_ReadConsistencygogol-datastore Gogol.Datastore.Types The non-transactional read consistency to use.
readOnly :: TransactionOptions -> Maybe ReadOnlygogol-datastore Gogol.Datastore.Types The transaction should only allow reads.
readOperations :: ExecutionStats -> Maybe Int64gogol-datastore Gogol.Datastore.Types Total billable read operations.