ComparativeOrder
A structure that represents a comparative order.
Contents
Note
In the following list, the required parameters are described first.
- SpecifedOrder
-
The list of columns to be used in the ordering.
Type: Array of strings
Required: No
- TreatUndefinedSpecifiedValues
-
The treat of undefined specified values. Valid values for this structure are
LEAST
andMOST
.Type: String
Valid Values:
LEAST | MOST
Required: No
- UseOrdering
-
The ordering type for a column. Valid values for this structure are
GREATER_IS_BETTER
,LESSER_IS_BETTER
andSPECIFIED
.Type: String
Valid Values:
GREATER_IS_BETTER | LESSER_IS_BETTER | SPECIFIED
Required: No
See Also
For more information about using this API in one of the language-specific AWS SDKs, see the following: