(add-entity txn entity)(byte-array? x)(credential-options project-id namespace json-key)(delete-entity txn & keys)(entity m)(entity k m)Converts a Clojure map into a Datastore Entity. Recursively converts all values into an entity or value using property-value. Keys must all be strings.
Converts a Clojure map into a Datastore Entity. Recursively converts all values into an entity or value using property-value. Keys must all be strings.
(get-entity txn key)(get-entity txn key1 key2)(get-entity txn key1 key2 & keys)(incomplete-key project-id kind)(order-by direction property)(query runner
{:keys [kind filters order limit offset]}
&
{:keys [query-type] :or {query-type :entity}})Query can specify: kind (string) and a sequence of filters. Runner can be a service or transaction. Only ancestor filters are able to be run by transactions. (query service {:kind "Foo" :order [[:desc "Age"]] :filters ['(:= "Name" "Paul")]}
Query can specify: kind (string) and a sequence of filters. Runner
can be a service or transaction. Only ancestor filters are able to be
run by transactions.
(query service {:kind "Foo"
:order [[:desc "Age"]]
:filters ['(:= "Name" "Paul")]}(query-filters f1)(query-filters f1 f2 & more)(service)(service options)Creates the Datastore service to be used with other functions. Use options when connecting outside of the Google Cloud Platform, if you're running on GCE/GAE you can use the no-args version.
Creates the Datastore service to be used with other functions. Use options when connecting outside of the Google Cloud Platform, if you're running on GCE/GAE you can use the no-args version.
(to-value x)(to-clojure x)(transaction service)(update-entity txn & entities)cljdoc builds & hosts documentation for Clojure/Script libraries
| Ctrl+k | Jump to recent docs |
| ← | Move to previous article |
| → | Move to next article |
| Ctrl+/ | Jump to the search field |