google.appengine.ext.ndb.Index

Immutable object representing an index.

Inherits From: expected_type

ancestor Whether this is an ancestor index, a bool.
kind The kind being indexed, a string.
properties A list of PropertyIndex objects giving the properties being indexed.

Methods

__eq__

View source

Compare two indexes.

__ne__

View source

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