Share via


UpgradeSortOrder Enum

Definition

Enumerates the ways upgrade domains can be sorted.

public enum UpgradeSortOrder
type UpgradeSortOrder = 
Public Enum UpgradeSortOrder
Inheritance
UpgradeSortOrder

Fields

Default 1

Indicates that the default sort order (as specified in cluster manifest) will be used.

Invalid 0

Indicates that this sort order is not valid. All Service Fabric enumerations have the invalid type.

Lexicographical 3

Indicates that forward lexicographical sort order (UD names sorted as strings) will be used.

Numeric 2

Indicates that forward numeric sort order (UD names sorted as numbers) will be used.

ReverseLexicographical 5

Indicates that reverse lexicographical sort order (UD names sorted as strings) will be used.

ReverseNumeric 4

Indicates that reverse numeric sort order (UD names sorted as numbers) will be used.

Applies to