GoogleFirestoreAdminV1beta2Index class
Cloud Firestore indexes enable simple and complex queries against documents in a database.
Constructors
-
GoogleFirestoreAdminV1beta2Index({List<
GoogleFirestoreAdminV1beta2IndexField> ? fields, String? name, String? queryScope, String? state}) - GoogleFirestoreAdminV1beta2Index.fromJson(Map _json)
Properties
-
fields
↔ List<
GoogleFirestoreAdminV1beta2IndexField> ? -
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