IndexConfig class

Configuration for an indexed field.

Constructors

IndexConfig({String? createTime, String? fieldPath, String? type})
IndexConfig.fromJson(Map json_)

Properties

createTime String?
The timestamp when the index was last modified.This is used to return the timestamp, and will be ignored if supplied during update.
getter/setter pair
fieldPath String?
The LogEntry field path to index.Note that some paths are automatically indexed, and other paths are not eligible for indexing.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
type String?
The type of data in this 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