google.appengine.ext.ndb.IndexProperty

Immutable object representing a single property in an index.

Inherits From: expected_type

direction The direction in the index for this property, 'asc' or 'desc'.
name The property name being indexed, a string.

Methods

__eq__

View source

Compare two index properties for equality.

__ne__

View source

Implement self != other as not(self == other).