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.

Structure to capture query statistics such as how many queries are running, accepted or waiting and their details.

Inheritance Hierarchy

System.Object
  Amazon.Neptunedata.Model.QueryEvalStats

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

Syntax

C#
public class QueryEvalStats

The QueryEvalStats type exposes the following members

Constructors

NameDescription
Public Method QueryEvalStats()

Properties

NameTypeDescription
Public Property Cancelled System.Boolean

Gets and sets the property Cancelled.

Set to TRUE if the query was cancelled, or FALSE otherwise.

Public Property Elapsed System.Int32

Gets and sets the property Elapsed.

The number of milliseconds the query has been running so far.

Public Property Subqueries Amazon.Runtime.Documents.Document

Gets and sets the property Subqueries.

The number of subqueries in this query.

Public Property Waited System.Int32

Gets and sets the property Waited.

Indicates how long the query waited, in milliseconds.

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