IndexProjectionMode Struct

Definition

Defines behavior of the index projections in relation to the rest of the indexer.

public readonly struct IndexProjectionMode : IEquatable<Azure.Search.Documents.Indexes.Models.IndexProjectionMode>
type IndexProjectionMode = struct
Public Structure IndexProjectionMode
Implements IEquatable(Of IndexProjectionMode)
Inheritance
IndexProjectionMode
Implements

Constructors

IndexProjectionMode(String)

Initializes a new instance of IndexProjectionMode.

Properties

IncludeIndexingParentDocuments

The source document will be written into the indexer's target index. This is the default pattern.

SkipIndexingParentDocuments

The source document will be skipped from writing into the indexer's target index.

Methods

Equals(IndexProjectionMode)

Indicates whether the current object is equal to another object of the same type.

ToString()

Returns the fully qualified type name of this instance.

Operators

Equality(IndexProjectionMode, IndexProjectionMode)

Determines if two IndexProjectionMode values are the same.

Implicit(String to IndexProjectionMode)

Converts a string to a IndexProjectionMode.

Inequality(IndexProjectionMode, IndexProjectionMode)

Determines if two IndexProjectionMode values are not the same.

Applies to