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 SearchIndex operation. Searches the specified index.
If a device has never connected to IoT Core or was disconnected for more than 1 hour
before fleet indexing's thingConnectivityIndexingMode was enabled, the connectivity
object for this device in the response will have the connected field set to
false with no additional session details.
Requires permission to access the SearchIndex action.
Namespace: Amazon.IoT.Model
Assembly: AWSSDK.IoT.dll
Version: 3.x.y.z
public class SearchIndexRequest : AmazonIoTRequest IAmazonWebServiceRequest
The SearchIndexRequest type exposes the following members
| Name | Description | |
|---|---|---|
|
SearchIndexRequest() |
| Name | Type | Description | |
|---|---|---|---|
|
IndexName | System.String |
Gets and sets the property IndexName. The search index name. |
|
MaxResults | System.Nullable<System.Int32> |
Gets and sets the property MaxResults.
The maximum number of results to return per page at one time. This maximum number
cannot exceed 100. The response might contain fewer results but will never contain
more. You can use |
|
NextToken | System.String |
Gets and sets the property NextToken.
The token used to get the next set of results, or |
|
QueryString | System.String |
Gets and sets the property QueryString. The search query string. For more information about the search query syntax, see Query syntax. |
|
QueryVersion | System.String |
Gets and sets the property QueryVersion. The query version. |
.NET:
Supported in: 8.0 and newer, Core 3.1
.NET Standard:
Supported in: 2.0
.NET Framework:
Supported in: 4.7.2 and newer