IndexerExecutionStatusDetail Struct

Definition

Details the status of an individual indexer execution.

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

Constructors

IndexerExecutionStatusDetail(String)

Initializes a new instance of IndexerExecutionStatusDetail.

Properties

ResetDocs

Indicates that the reset that occurred was for a call to ResetDocs.

Methods

Equals(IndexerExecutionStatusDetail)

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

Determines if two IndexerExecutionStatusDetail values are the same.

Implicit(String to IndexerExecutionStatusDetail)

Converts a string to a IndexerExecutionStatusDetail.

Inequality(IndexerExecutionStatusDetail, IndexerExecutionStatusDetail)

Determines if two IndexerExecutionStatusDetail values are not the same.

Applies to