google-cloud-rs
google-cloud-rs copied to clipboard
Datastore: Add support for unindexed string and blob types
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