Table of Contents

Enum SortDirection

Namespace
DataStax.AstraDB.DataApi.Core
Assembly
DataStax.AstraDB.DataApi.dll

Specifies the direction of a sort operation.

public enum SortDirection

Fields

Ascending = 0

Sort results from lowest to highest.

Descending = 1

Sort results from highest to lowest.