AWS services or capabilities described in AWS Documentation may vary by region/location. Click Getting Started with Amazon AWS to see specific differences applicable to the China (Beijing) Region.
Contains the filter to apply when retrieving metrics with the GetMetricDataV2 API.
Namespace: Amazon.Connect.Model
Assembly: AWSSDK.Connect.dll
Version: 3.x.y.z
public class FilterV2
The FilterV2 type exposes the following members
| Name | Description | |
|---|---|---|
|
FilterV2() |
| Name | Type | Description | |
|---|---|---|---|
|
FilterKey | System.String |
Gets and sets the property FilterKey.
The key to use for filtering data. For example, |
|
FilterValues | System.Collections.Generic.List<System.String> |
Gets and sets the property FilterValues.
The identifiers to use for filtering data. For example, if you have a filter key of
|
|
StringCondition | Amazon.Connect.Model.FilterV2StringCondition |
Gets and sets the property StringCondition. System defined filtering condition. For example, the NOT_EXISTS StringCondition returns documents where the field specified by FilterKey does not exist in the document. When the NOT_EXISTS StringCondition is added to a FilterV2 object, FilterValues must be null or empty. |
.NET:
Supported in: 8.0 and newer, Core 3.1
.NET Standard:
Supported in: 2.0
.NET Framework:
Supported in: 4.5 and newer, 3.5