Dela via


AtlasSortType Struct

Definition

Type for sorting.

public readonly struct AtlasSortType : IEquatable<Azure.Analytics.Purview.DataMap.AtlasSortType>
type AtlasSortType = struct
Public Structure AtlasSortType
Implements IEquatable(Of AtlasSortType)
Inheritance
AtlasSortType
Implements

Constructors

AtlasSortType(String)

Initializes a new instance of AtlasSortType.

Properties

Ascend

Use ascending order for sorting.

Descend

Use descending order for sorting.

None

No sorting order.

Methods

Equals(AtlasSortType)

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

Determines if two AtlasSortType values are the same.

Implicit(String to AtlasSortType)

Converts a string to a AtlasSortType.

Inequality(AtlasSortType, AtlasSortType)

Determines if two AtlasSortType values are not the same.

Applies to