DataSourceToIndexFieldMapping class
Maps a column or attribute in the data source to an index field. You must first create the fields in the index using the UpdateIndex operation.
Constructors
- DataSourceToIndexFieldMapping({required String dataSourceFieldName, required String indexFieldName, String? dateFieldFormat})
-
DataSourceToIndexFieldMapping.fromJson(Map<
String, dynamic> json) -
factory
Properties
- dataSourceFieldName → String
-
The name of the column or attribute in the data source.
final
- dateFieldFormat → String?
-
The type of data stored in the column or attribute.
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- indexFieldName → String
-
The name of the field in the index.
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
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