IngestionStatusType 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.
latest ingestion task status for this data slice.
public readonly struct IngestionStatusType : IEquatable<Azure.AI.MetricsAdvisor.Models.IngestionStatusType>
type IngestionStatusType = struct
Public Structure IngestionStatusType
Implements IEquatable(Of IngestionStatusType)
- Inheritance
-
IngestionStatusType
- Implements
Constructors
IngestionStatusType(String) |
Determines if two IngestionStatusType values are the same. |
Properties
Error |
An error prevented ingestion from occurring. |
Failed |
Ingestion finished and was not successful. |
NoData |
No data was available in the data source for the associated timestamp. |
NotStarted |
Ingestion hasn't started and hasn't been scheduled yet. |
Paused |
Ingestion was in progress, but it's currently paused. |
Running |
Ingestion is in progress. |
Scheduled |
Ingestion hasn't started, but it's been scheduled. |
Succeeded |
Ingestion finished and was successful. |
Methods
Equals(IngestionStatusType) |
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(IngestionStatusType, IngestionStatusType) |
Determines if two IngestionStatusType values are the same. |
Implicit(String to IngestionStatusType) |
Converts a string to a IngestionStatusType. |
Inequality(IngestionStatusType, IngestionStatusType) |
Determines if two IngestionStatusType values are not the same. |
Applies to
Azure SDK for .NET