fieldMappings property

List<DataSourceToIndexFieldMapping>? fieldMappings
final

An array of objects that map database column names to the corresponding fields in an index. You must first create the fields in the index using the UpdateIndex operation.

Implementation

final List<DataSourceToIndexFieldMapping>? fieldMappings;