GoogleFirestoreAdminV1Index class

Cloud Firestore indexes enable simple and complex queries against documents in a database.

Properties

apiScope String?
The API scope supported by this index. Possible string values are:
getter/setter pair
fields List<GoogleFirestoreAdminV1IndexField>?
The fields supported by this index.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
name String?
A server defined name for this index.
getter/setter pair
queryScope String?
Indexes with a collection query scope specified allow queries against a collection that is the child of a specific document, specified at query time, and that has the same collection id.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
state String?
The serving state of the index.
getter/setter pair

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited