FieldMappingFunction Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
FieldMappingFunction() |
Initializes a new instance of the FieldMappingFunction class. |
FieldMappingFunction(String, IDictionary<String,Object>) |
Initializes a new instance of the FieldMappingFunction class. |
FieldMappingFunction()
- Source:
- FieldMappingFunction.cs
Initializes a new instance of the FieldMappingFunction class.
public FieldMappingFunction ();
Public Sub New ()
Applies to
FieldMappingFunction(String, IDictionary<String,Object>)
- Source:
- FieldMappingFunction.cs
Initializes a new instance of the FieldMappingFunction class.
public FieldMappingFunction (string name, System.Collections.Generic.IDictionary<string,object> parameters = default);
new Microsoft.Azure.Search.Models.FieldMappingFunction : string * System.Collections.Generic.IDictionary<string, obj> -> Microsoft.Azure.Search.Models.FieldMappingFunction
Public Sub New (name As String, Optional parameters As IDictionary(Of String, Object) = Nothing)
Parameters
- name
- String
The name of the field mapping function.
- parameters
- IDictionary<String,Object>
A dictionary of parameter name/value pairs to pass to the function. Each value must be of a primitive type.
Applies to
Azure SDK for .NET