IndexingStatus Struct
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.
Enum for IndexingStatus.
public readonly struct IndexingStatus : IEquatable<Azure.AI.Discovery.IndexingStatus>
type IndexingStatus = struct
Public Structure IndexingStatus
Implements IEquatable(Of IndexingStatus)
- Inheritance
-
IndexingStatus
- Implements
Constructors
| Name | Description |
|---|---|
| IndexingStatus(String) |
Initializes a new instance of IndexingStatus. |
Properties
| Name | Description |
|---|---|
| Canceled |
Canceled. |
| Failed |
Failed. |
| NotStarted |
Indexing Not started. |
| Running |
Running. |
| Succeeded |
Succeeded. |
Methods
| Name | Description |
|---|---|
| Equals(IndexingStatus) |
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
| Name | Description |
|---|---|
| Equality(IndexingStatus, IndexingStatus) |
Determines if two IndexingStatus values are the same. |
| Implicit(String to IndexingStatus) |
Converts a string to a IndexingStatus. |
| Implicit(String to Nullable<IndexingStatus>) | |
| Inequality(IndexingStatus, IndexingStatus) |
Determines if two IndexingStatus values are not the same. |