Skip to content

Add support for specifying if a property is indexed #33

@silvolu

Description

@silvolu

There is no support for specified if a property is indexed. Any user who uses gcloud-ruby with existing data will have all their indexing specifications reset when doing a put.

In gcloud-node this is exposed as an 'excludeFromIndexes' boolean property that get's translated to the opposite value for 'Indexed' (the current name for the property in the API). This is because 'Indexed' can be misleading regarding the effect of setting the property (discussion here)

Metadata

Metadata

Assignees

Labels

api: datastoreIssues related to the Datastore API.type: feature request‘Nice-to-have’ improvement, new feature or different behavior or design.

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions