google-apis-rs / google-cloud-rs

Asynchronous Rust bindings for Google Cloud Platform APIs.
176 stars 48 forks source link

Datastore: Add support for unindexed string and blob types #64

Open rmanoka opened 2 years ago

rmanoka commented 2 years ago

Support UnindexedString and UnindexedBlob variant of the Value enum in datastore to allow using values larger than 1.5kb. Ideally all dtypes in Value should support disabling indices, but these two are probably the most prominent use-cases.

closes #62