IngestionSourceKind Struct

Definition

Ingestion source type.

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

Constructors

Name Description
IngestionSourceKind(String)

Initializes a new instance of IngestionSourceKind.

Properties

Name Description
BlobManagedIdentity

Azure Blob Managed Identity.

SharedAccessSignatureToken

Azure Blob Storage SAS token.

Methods

Name Description
Equals(IngestionSourceKind)

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

Determines if two IngestionSourceKind values are the same.

Implicit(String to IngestionSourceKind)

Converts a string to a IngestionSourceKind.

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

Determines if two IngestionSourceKind values are not the same.

Applies to