Hoogle Search
Within LTS Haskell 24.53 (ghc-9.10.3)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
-
gogol-datastore Gogol.Datastore Data is copied to Cloud Firestore and then verified to match the data in Cloud Datastore.
-
gogol-datastore Gogol.Datastore Unspecified.
-
gogol-datastore Gogol.Datastore Pre-migration: the database is prepared for migration.
-
gogol-datastore Gogol.Datastore Eventually-consistent reads are redirected to Cloud Firestore.
-
gogol-datastore Gogol.Datastore Strongly-consistent reads are redirected to Cloud Firestore.
-
gogol-datastore Gogol.Datastore Writes are redirected to Cloud Firestore.
-
gogol-datastore Gogol.Datastore Start of migration.
data
GoogleDatastoreAdminV1EntityFilter gogol-datastore Gogol.Datastore Identifies a subset of entities in a project. This is specified as combinations of kinds and namespaces (either or both of which may be all, as described in the following examples). Example usage: Entire project: kinds=[], namespaceids=[] Kinds Foo and Bar in all namespaces: kinds=['Foo', 'Bar'], namespaceids=[] Kinds Foo and Bar only in the default namespace: kinds=['Foo', 'Bar'], namespaceids=[''] Kinds Foo and Bar in both the default and Baz namespaces: kinds=['Foo', 'Bar'], namespaceids=['', 'Baz'] The entire Baz namespace: kinds=[], namespace_ids=['Baz'] See: newGoogleDatastoreAdminV1EntityFilter smart constructor.
-
gogol-datastore Gogol.Datastore No documentation available.
data
GoogleDatastoreAdminV1ExportEntitiesMetadata gogol-datastore Gogol.Datastore Metadata for ExportEntities operations. See: newGoogleDatastoreAdminV1ExportEntitiesMetadata smart constructor.