Enum SortDirection
The possible sort directions.
Namespace: Deephaven.OpenAPI.Client
Assembly: DeephavenOpenAPI.dll
Syntax
public enum SortDirection : int
Fields
| Name | Description |
|---|---|
| Ascending | Sort in the ascending direction |
| Descending | Sort in the descending direction |