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.
Structure to capture query statistics such as how many queries are running, accepted or waiting and their details.
Namespace: Amazon.Neptunedata.Model
Assembly: AWSSDK.Neptunedata.dll
Version: 3.x.y.z
public class QueryEvalStats
The QueryEvalStats type exposes the following members
| Name | Description | |
|---|---|---|
|
QueryEvalStats() |
| Name | Type | Description | |
|---|---|---|---|
|
Cancelled | System.Boolean |
Gets and sets the property Cancelled.
Set to |
|
Elapsed | System.Int32 |
Gets and sets the property Elapsed. The number of milliseconds the query has been running so far. |
|
Subqueries | Amazon.Runtime.Documents.Document |
Gets and sets the property Subqueries. The number of subqueries in this query. |
|
Waited | System.Int32 |
Gets and sets the property Waited. Indicates how long the query waited, in milliseconds. |
.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