google.appengine.datastore.datastore_index.PropertySpec

Index property attributes required to satisfy a query.

Inherits From: expected_type

direction

mode

name

Methods

CopyToIndexPb

View source

Satisfies

View source

Determines whether existing index can satisfy requirements of a new query.

Used in finding matching postfix with traditional "ordered" index specs.

__eq__

View source

Return self==value.

__ge__

View source

Return self>=value.

__gt__

View source

Return self>value.

__le__

View source

Return self<=value.

__lt__

View source

Return self<value.

__ne__

View source

Return self!=value.