-
Notifications
You must be signed in to change notification settings - Fork 568
Closed
Labels
api: datastoreIssues related to the Datastore API.Issues related to the Datastore API.type: feature request‘Nice-to-have’ improvement, new feature or different behavior or design.‘Nice-to-have’ improvement, new feature or different behavior or design.
Milestone
Description
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)
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
api: datastoreIssues related to the Datastore API.Issues related to the Datastore API.type: feature request‘Nice-to-have’ improvement, new feature or different behavior or design.‘Nice-to-have’ improvement, new feature or different behavior or design.