IndexProjectionMode Struct
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.
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
Azure SDK for .NET