FieldBuilder Class
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.
Builds field definitions for a search index by reflecting over a user-defined model type.
public class FieldBuilder
type FieldBuilder = class
Public Class FieldBuilder
- Inheritance
-
FieldBuilder
Constructors
FieldBuilder() |
Initializes a new instance of the FieldBuilder class. |
Properties
Serializer |
Gets or sets the ObjectSerializer to use to generate field names that match JSON property names. You should use the same value as Serializer. JsonObjectSerializer will be used if no value is provided. |
Methods
Build(Type) |
Creates a list of SearchField objects corresponding to the properties of the type supplied. |
Applies to
Azure SDK for .NET