IngestionStatus Struct

Definition

Ingestion status.

public readonly struct IngestionStatus : IEquatable<Azure.Analytics.PlanetaryComputer.IngestionStatus>
type IngestionStatus = struct
Public Structure IngestionStatus
Implements IEquatable(Of IngestionStatus)
Inheritance
IngestionStatus
Implements

Constructors

Name Description
IngestionStatus(String)

Initializes a new instance of IngestionStatus.

Properties

Name Description
Deleting

Ingestion is being deleting in the background.

Ready

Ingestion accepted and ready to be run.

Methods

Name Description
Equals(IngestionStatus)

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(IngestionStatus, IngestionStatus)

Determines if two IngestionStatus values are the same.

Implicit(String to IngestionStatus)

Converts a string to a IngestionStatus.

Implicit(String to Nullable<IngestionStatus>)
Inequality(IngestionStatus, IngestionStatus)

Determines if two IngestionStatus values are not the same.

Applies to