The name of the field that is used to sort data. only required if sorter_type is FieldSort.
The sorting method that is used when the field contains multiple values. valid values: Min, Max, Avg. only required if sorter_type is FieldSort.
Min
Max
Avg
The sort order. Data can be sorted in ascending(Asc) or descending(Desc) order. Default value: Asc.
Asc
Desc
Data is sorted by Which fields or keys. valid values: PrimaryKeySort, FieldSort.
PrimaryKeySort
FieldSort