Hoogle Search
Within LTS Haskell 24.35 (ghc-9.10.3)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
offset :: Query -> Maybe Int32gogol-datastore Gogol.Datastore The number of results to skip. Applies before limit, but after all other constraints. Optional. Must be >= 0 if specified.
singleUseTransaction :: CommitRequest -> Maybe TransactionOptionsgogol-datastore Gogol.Datastore Options for beginning a new transaction for this request. The transaction is committed when the request completes. If specified, TransactionOptions.mode must be TransactionOptions.ReadWrite.
newtype
PropertyTransform_SetToServerValue gogol-datastore Gogol.Datastore.Types Sets the property to the given server value.
PropertyTransform_SetToServerValue :: Text -> PropertyTransform_SetToServerValuegogol-datastore Gogol.Datastore.Types No documentation available.
pattern
PropertyTransform_SetToServerValue_REQUESTTIME :: PropertyTransform_SetToServerValuegogol-datastore Gogol.Datastore.Types The time at which the server processed the request, with millisecond precision. If used on multiple properties (same or different entities) in a transaction, all the properties will get the same server timestamp.
-
gogol-datastore Gogol.Datastore.Types Unspecified. This value must not be used.
fromPropertyTransform_SetToServerValue :: PropertyTransform_SetToServerValue -> Textgogol-datastore Gogol.Datastore.Types No documentation available.
offset :: Query -> Maybe Int32gogol-datastore Gogol.Datastore.Types The number of results to skip. Applies before limit, but after all other constraints. Optional. Must be >= 0 if specified.
singleUseTransaction :: CommitRequest -> Maybe TransactionOptionsgogol-datastore Gogol.Datastore.Types Options for beginning a new transaction for this request. The transaction is committed when the request completes. If specified, TransactionOptions.mode must be TransactionOptions.ReadWrite.
data
FitnessUsersDataSourcesDatasetsDelete gogol-fitness Gogol.Fitness.Users.DataSources.Datasets.Delete Performs an inclusive delete of all data points whose start and end times have any overlap with the time range specified by the dataset ID. For most data types, the entire data point will be deleted. For data types where the time span represents a consistent value (such as com.google.activity.segment), and a data point straddles either end point of the dataset, only the overlapping portion of the data point will be deleted. See: newFitnessUsersDataSourcesDatasetsDelete smart constructor.