google-apis-rs / google-cloud-rs

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

Datastore: Exclude property from index #62

Open n-k opened 2 years ago

n-k commented 2 years ago

Is it possible to exclude a datastore entity's property from indexes. The default behavior is to index all properties, and that places a limit of 1500 characters for string properties. The datastore APIs allow setting an exclusion flag per property, is there any way to set that flag?