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.

  1. readOptions :: RunQueryRequest -> Maybe ReadOptions

    gogol-datastore Gogol.Datastore

    The options for this query.

  2. readTime :: AggregationResultBatch -> Maybe DateTime

    gogol-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.

  3. readTime :: LookupResponse -> Maybe DateTime

    gogol-datastore Gogol.Datastore

    The time at which these entities were read or found missing.

  4. readTime :: QueryResultBatch -> Maybe DateTime

    gogol-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.

  5. readTime :: ReadOnly -> Maybe DateTime

    gogol-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.

  6. readTime :: ReadOptions -> Maybe DateTime

    gogol-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.

  7. readWrite :: TransactionOptions -> Maybe ReadWrite

    gogol-datastore Gogol.Datastore

    The transaction should allow both reads and writes.

  8. readConsistency :: ReadOptions -> Maybe ReadOptions_ReadConsistency

    gogol-datastore Gogol.Datastore.Types

    The non-transactional read consistency to use.

  9. readOnly :: TransactionOptions -> Maybe ReadOnly

    gogol-datastore Gogol.Datastore.Types

    The transaction should only allow reads.

  10. readOperations :: ExecutionStats -> Maybe Int64

    gogol-datastore Gogol.Datastore.Types

    Total billable read operations.

Page 349 of many | Previous | Next