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.
Container for the parameters to the EvaluateDataTableValues operation. Evaluates values at the time of the request and returns them. It considers the request's timezone or the table's timezone, in that order, when accessing time based tables. When a value is accessed, the accessor's identity and the time of access are saved alongside the value to help identify values that are actively in use. The term "Batch" is not included in the operation name since it does not meet all the criteria for a batch operation as specified in Batch Operations: Amazon Web Services API Standards.
Namespace: Amazon.Connect.Model
Assembly: AWSSDK.Connect.dll
Version: 3.x.y.z
public class EvaluateDataTableValuesRequest : AmazonConnectRequest IAmazonWebServiceRequest
The EvaluateDataTableValuesRequest type exposes the following members
| Name | Description | |
|---|---|---|
|
EvaluateDataTableValuesRequest() |
| Name | Type | Description | |
|---|---|---|---|
|
DataTableId | System.String |
Gets and sets the property DataTableId. The unique identifier for the data table. Must also accept the table ARN with or without a version alias. |
|
InstanceId | System.String |
Gets and sets the property InstanceId. The unique identifier for the Amazon Connect instance. |
|
MaxResults | System.Int32 |
Gets and sets the property MaxResults. The maximum number of data table values to return in one page of results. |
|
NextToken | System.String |
Gets and sets the property NextToken. Specify the pagination token from a previous request to retrieve the next page of results. |
|
TimeZone | System.String |
Gets and sets the property TimeZone. Optional IANA timezone identifier to use when resolving time based dynamic values. Defaults to the data table time zone if not provided. |
|
Values | System.Collections.Generic.List<Amazon.Connect.Model.DataTableValueEvaluationSet> |
Gets and sets the property Values. A list of value evaluation sets specifying which primary values and attributes to evaluate. |
.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