IndexingMode Struct

Definition

Represents the mode the indexer is executing in.

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

Constructors

IndexingMode(String)

Initializes a new instance of IndexingMode.

Properties

AllDocuments

The indexer is indexing all documents in the datasource.

ResetDocuments

The indexer is indexing selective, reset documents in the datasource. The documents being indexed are defined on indexer status.

Methods

Equals(IndexingMode)

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(IndexingMode, IndexingMode)

Determines if two IndexingMode values are the same.

Implicit(String to IndexingMode)

Converts a string to a IndexingMode.

Inequality(IndexingMode, IndexingMode)

Determines if two IndexingMode values are not the same.

Applies to