FieldMappingFunction Class

Represents a function that transforms a value from a data source before indexing.

All required parameters must be populated in order to send to Azure.

Inheritance
FieldMappingFunction

Constructor

FieldMappingFunction(*, name: str, parameters: Optional[Dict[str, Any]] = None, **kwargs)

Parameters

name
str
Required

Required. The name of the field mapping function.

parameters
dict[str, any]
Required

A dictionary of parameter name/value pairs to pass to the function. Each value must be of a primitive type.