StacSearchSortingDirection 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.
Defines the sorting directions for query results in STAC API.
public readonly struct StacSearchSortingDirection : IEquatable<Azure.Analytics.PlanetaryComputer.StacSearchSortingDirection>
type StacSearchSortingDirection = struct
Public Structure StacSearchSortingDirection
Implements IEquatable(Of StacSearchSortingDirection)
- Inheritance
-
StacSearchSortingDirection
- Implements
Constructors
| Name | Description |
|---|---|
| StacSearchSortingDirection(String) |
Initializes a new instance of StacSearchSortingDirection. |
Properties
| Name | Description |
|---|---|
| Asc |
Sort results in ascending order. |
| Desc |
Sort results in descending order. |
Methods
| Name | Description |
|---|---|
| Equals(StacSearchSortingDirection) |
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(StacSearchSortingDirection, StacSearchSortingDirection) |
Determines if two StacSearchSortingDirection values are the same. |
| Implicit(String to Nullable<StacSearchSortingDirection>) | |
| Implicit(String to StacSearchSortingDirection) |
Converts a string to a StacSearchSortingDirection. |
| Inequality(StacSearchSortingDirection, StacSearchSortingDirection) |
Determines if two StacSearchSortingDirection values are not the same. |