SearchIndexerIndexProjectionsParameters 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.
A dictionary of index projection-specific configuration properties. Each name is the name of a specific property. Each value must be of a primitive type.
public class SearchIndexerIndexProjectionsParameters
public class SearchIndexerIndexProjectionsParameters : System.ClientModel.Primitives.IJsonModel<Azure.Search.Documents.Indexes.Models.SearchIndexerIndexProjectionsParameters>, System.ClientModel.Primitives.IPersistableModel<Azure.Search.Documents.Indexes.Models.SearchIndexerIndexProjectionsParameters>
type SearchIndexerIndexProjectionsParameters = class
type SearchIndexerIndexProjectionsParameters = class
interface IJsonModel<SearchIndexerIndexProjectionsParameters>
interface IPersistableModel<SearchIndexerIndexProjectionsParameters>
Public Class SearchIndexerIndexProjectionsParameters
Public Class SearchIndexerIndexProjectionsParameters
Implements IJsonModel(Of SearchIndexerIndexProjectionsParameters), IPersistableModel(Of SearchIndexerIndexProjectionsParameters)
- Inheritance
-
SearchIndexerIndexProjectionsParameters
- Implements
Constructors
SearchIndexerIndexProjectionsParameters() |
Initializes a new instance of SearchIndexerIndexProjectionsParameters. |
Properties
AdditionalProperties |
Additional Properties. |
ProjectionMode |
Defines behavior of the index projections in relation to the rest of the indexer. |
Methods
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions) |
Explicit Interface Implementations
IJsonModel<SearchIndexerIndexProjectionsParameters>.Create(Utf8JsonReader, ModelReaderWriterOptions) |
Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model. |
IJsonModel<SearchIndexerIndexProjectionsParameters>.Write(Utf8JsonWriter, ModelReaderWriterOptions) |
Writes the model to the provided Utf8JsonWriter. |
IPersistableModel<SearchIndexerIndexProjectionsParameters>.Create(BinaryData, ModelReaderWriterOptions) |
Converts the provided BinaryData into a model. |
IPersistableModel<SearchIndexerIndexProjectionsParameters>.GetFormatFromOptions(ModelReaderWriterOptions) |
Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service. |
IPersistableModel<SearchIndexerIndexProjectionsParameters>.Write(ModelReaderWriterOptions) |
Writes the model into a BinaryData. |