google-cloud-rs icon indicating copy to clipboard operation
google-cloud-rs copied to clipboard

Datastore: Add support for unindexed string and blob types

Open rmanoka opened this issue 3 years ago • 0 comments

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

rmanoka avatar Feb 09 '22 09:02 rmanoka