IndexerExecutionInfo Konstruktoren

Definition

Überlädt

IndexerExecutionInfo()

Initialisiert eine neue Instanz der "IndexerExecutionInfo"-Klasse.

IndexerExecutionInfo(IndexerStatus, IndexerExecutionResult, IList<IndexerExecutionResult>, IndexerLimits)

Initialisiert eine neue Instanz der "IndexerExecutionInfo"-Klasse.

IndexerExecutionInfo()

Quelle:
IndexerExecutionInfo.cs

Initialisiert eine neue Instanz der "IndexerExecutionInfo"-Klasse.

public IndexerExecutionInfo ();
Public Sub New ()

Gilt für:

IndexerExecutionInfo(IndexerStatus, IndexerExecutionResult, IList<IndexerExecutionResult>, IndexerLimits)

Quelle:
IndexerExecutionInfo.cs

Initialisiert eine neue Instanz der "IndexerExecutionInfo"-Klasse.

public IndexerExecutionInfo (Microsoft.Azure.Search.Models.IndexerStatus status = Microsoft.Azure.Search.Models.IndexerStatus.Unknown, Microsoft.Azure.Search.Models.IndexerExecutionResult lastResult = default, System.Collections.Generic.IList<Microsoft.Azure.Search.Models.IndexerExecutionResult> executionHistory = default, Microsoft.Azure.Search.Models.IndexerLimits limits = default);
new Microsoft.Azure.Search.Models.IndexerExecutionInfo : Microsoft.Azure.Search.Models.IndexerStatus * Microsoft.Azure.Search.Models.IndexerExecutionResult * System.Collections.Generic.IList<Microsoft.Azure.Search.Models.IndexerExecutionResult> * Microsoft.Azure.Search.Models.IndexerLimits -> Microsoft.Azure.Search.Models.IndexerExecutionInfo
Public Sub New (Optional status As IndexerStatus = Microsoft.Azure.Search.Models.IndexerStatus.Unknown, Optional lastResult As IndexerExecutionResult = Nothing, Optional executionHistory As IList(Of IndexerExecutionResult) = Nothing, Optional limits As IndexerLimits = Nothing)

Parameter

status
IndexerStatus

Gesamtstatus des Indexers. Mögliche Werte: "unbekannt", "error", "running"

lastResult
IndexerExecutionResult

Das Ergebnis der letzten oder noch laufenden Indexerausführung.

executionHistory
IList<IndexerExecutionResult>

Verlauf der letzten Indexerausführungen, in umgekehrter chronologischer Reihenfolge sortiert.

limits
IndexerLimits

Die Ausführungsgrenzwerte für den Indexer.

Gilt für: