LastIndexingRun Class
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.
The details of the last indexing run.
public class LastIndexingRun : System.ClientModel.Primitives.IJsonModel<Azure.AI.Discovery.LastIndexingRun>, System.ClientModel.Primitives.IPersistableModel<Azure.AI.Discovery.LastIndexingRun>
type LastIndexingRun = class
interface IJsonModel<LastIndexingRun>
interface IPersistableModel<LastIndexingRun>
Public Class LastIndexingRun
Implements IJsonModel(Of LastIndexingRun), IPersistableModel(Of LastIndexingRun)
- Inheritance
-
LastIndexingRun
- Implements
Properties
| Name | Description |
|---|---|
| Error |
Error object that describes the error when status is 'Failed'. |
| IndexingMetrics |
Indexing metrics for the run. |
| RunId |
The operation run identifier. |
| Status |
The status of the indexing run. |