Table of Contents

Enum SortDirection

Namespace
GroupeIsa.Neos.ClusterCommunication.DistributedStore.Query
Assembly
GroupeIsa.Neos.ClusterCommunication.dll

Specifies the sort direction.

[JsonConverter(typeof(SortDirectionJsonConverter))]
public enum SortDirection

Fields

Asc = 0

Sort in ascending order.

Desc = 1

Sort in descending order.