GoogleFirestoreAdminV1IndexField class
A field in an index.
The field_path describes which field is indexed, the value_mode describes how the field value is indexed.
Constructors
- GoogleFirestoreAdminV1IndexField({String? arrayConfig, String? fieldPath, String? order, GoogleFirestoreAdminV1VectorConfig? vectorConfig})
- GoogleFirestoreAdminV1IndexField.fromJson(Map json_)
Properties
- arrayConfig ↔ String?
- 
  Indicates that this field supports operations on array_values. Possible string values are:getter/setter pair
- fieldPath ↔ String?
- 
  Can be name.
  getter/setter pair
- hashCode → int
- 
  The hash code for this object.
  no setterinherited
- order ↔ String?
- 
  Indicates that this field supports ordering by the specified order or
comparing using =, !=, <, <=, >, >=.
Possible string values are:
  getter/setter pair
- runtimeType → Type
- 
  A representation of the runtime type of the object.
  no setterinherited
- vectorConfig ↔ GoogleFirestoreAdminV1VectorConfig?
- 
  Indicates that this field supports nearest neighbor and distance
operations on vector.
  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