SearchIndexerIndexProjection 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.
Definition of additional projections to secondary search indexes.
public class SearchIndexerIndexProjection
public class SearchIndexerIndexProjection : System.ClientModel.Primitives.IJsonModel<Azure.Search.Documents.Indexes.Models.SearchIndexerIndexProjection>, System.ClientModel.Primitives.IPersistableModel<Azure.Search.Documents.Indexes.Models.SearchIndexerIndexProjection>
type SearchIndexerIndexProjection = class
type SearchIndexerIndexProjection = class
interface IJsonModel<SearchIndexerIndexProjection>
interface IPersistableModel<SearchIndexerIndexProjection>
Public Class SearchIndexerIndexProjection
Public Class SearchIndexerIndexProjection
Implements IJsonModel(Of SearchIndexerIndexProjection), IPersistableModel(Of SearchIndexerIndexProjection)
- Inheritance
-
SearchIndexerIndexProjection
- Implements
Constructors
SearchIndexerIndexProjection(IEnumerable<SearchIndexerIndexProjectionSelector>) |
Initializes a new instance of SearchIndexerIndexProjection. |
Properties
Parameters |
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. |
Selectors |
A list of projections to be performed to secondary search indexes. |
Methods
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions) |
Explicit Interface Implementations
IJsonModel<SearchIndexerIndexProjection>.Create(Utf8JsonReader, ModelReaderWriterOptions) |
Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model. |
IJsonModel<SearchIndexerIndexProjection>.Write(Utf8JsonWriter, ModelReaderWriterOptions) |
Writes the model to the provided Utf8JsonWriter. |
IPersistableModel<SearchIndexerIndexProjection>.Create(BinaryData, ModelReaderWriterOptions) |
Converts the provided BinaryData into a model. |
IPersistableModel<SearchIndexerIndexProjection>.GetFormatFromOptions(ModelReaderWriterOptions) |
Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service. |
IPersistableModel<SearchIndexerIndexProjection>.Write(ModelReaderWriterOptions) |
Writes the model into a BinaryData. |