AWSConnectCurrentMetricSortCriteria
Objective-C
@interface AWSConnectCurrentMetricSortCriteria
Swift
class AWSConnectCurrentMetricSortCriteria
The way to sort the resulting response based on metrics. By default resources are sorted based on AGENTS_ONLINE
, DESCENDING
. The metric collection is sorted based on the input metrics.
-
The current metric names.
Declaration
Objective-C
@property (nonatomic) AWSConnectCurrentMetricName sortByMetric;
Swift
var sortByMetric: AWSConnectCurrentMetricName { get set }
-
The way to sort.
Declaration
Objective-C
@property (nonatomic) AWSConnectSortOrder sortOrder;
Swift
var sortOrder: AWSConnectSortOrder { get set }