google.appengine.datastore.datastore_index.MinimalCompositeIndexForQuery
Stay organized with collections
Save and categorize content based on your preferences.
None if no index is needed, otherwise the minimal index in the form
(is_most_efficient, kind, ancestor, properties). Where is_most_efficient
is a boolean denoting if the suggested index is the most efficient (i.e.,
the one returned by datastore_index.CompositeIndexForQuery). kind and
ancestor are the same variables returned by
datastore_index.CompositeIndexForQuery. properties is a tuple consisting
of the prefix and postfix properties returend by
datastore_index.CompositeIndexForQuery.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-06-16 UTC."],[],[]]