IndexerGetStatusResponse.ExecutionInfo Property
Applies To: Microsoft Azure
Optional. Gets the current status and execution history of an indexer.
Namespace: Microsoft.Azure.Search.Models
Assembly: Microsoft.Azure.Search (in Microsoft.Azure.Search.dll)
Syntax
public IndexerExecutionInfo ExecutionInfo { get; set; }
public:
property IndexerExecutionInfo^ ExecutionInfo {
IndexerExecutionInfo^ get();
void set(IndexerExecutionInfo^ value);
}
member ExecutionInfo : IndexerExecutionInfo with get, set
Public Property ExecutionInfo As IndexerExecutionInfo
Property Value
Type: Microsoft.Azure.Search.Models.IndexerExecutionInfo
See Also
IndexerGetStatusResponse Class
Microsoft.Azure.Search.Models Namespace
Return to top