AWS SDK Version 3 for .NET
API Reference

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 SearchDataTables operation. Searches for data tables based on the table's ID, name, and description. In the future, this operation can support searching on attribute names and possibly primary values. Follows other search operations closely and supports both search criteria and filters.

Inheritance Hierarchy

System.Object
  Amazon.Runtime.AmazonWebServiceRequest
    Amazon.Connect.AmazonConnectRequest
      Amazon.Connect.Model.SearchDataTablesRequest

Namespace: Amazon.Connect.Model
Assembly: AWSSDK.Connect.dll
Version: 3.x.y.z

Syntax

C#
public class SearchDataTablesRequest : AmazonConnectRequest
         IAmazonWebServiceRequest

The SearchDataTablesRequest type exposes the following members

Constructors

NameDescription
Public Method SearchDataTablesRequest()

Properties

NameTypeDescription
Public Property InstanceId System.String

Gets and sets the property InstanceId.

The unique identifier for the Amazon Connect instance to search within.

Public Property MaxResults System.Int32

Gets and sets the property MaxResults.

The maximum number of data tables to return in one page of results.

Public Property NextToken System.String

Gets and sets the property NextToken.

Specify the pagination token from a previous request to retrieve the next page of results.

Public Property SearchCriteria Amazon.Connect.Model.DataTableSearchCriteria

Gets and sets the property SearchCriteria.

Search criteria including string conditions for matching table names, descriptions, or resource IDs. Supports STARTS_WITH, CONTAINS, and EXACT comparison types.

Public Property SearchFilter Amazon.Connect.Model.DataTableSearchFilter

Gets and sets the property SearchFilter.

Optional filters to apply to the search results, such as tag-based filtering for attribute-based access control.

Version Information

.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