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.

This is the response object from the GetEngineStatus operation.

Inheritance Hierarchy

System.Object
  Amazon.Runtime.AmazonWebServiceResponse
    Amazon.Neptunedata.Model.GetEngineStatusResponse

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

Syntax

C#
public class GetEngineStatusResponse : AmazonWebServiceResponse

The GetEngineStatusResponse type exposes the following members

Constructors

NameDescription
Public Method GetEngineStatusResponse()

Properties

NameTypeDescription
Public Property ContentLength System.Int64 Inherited from Amazon.Runtime.AmazonWebServiceResponse.
Public Property DbEngineVersion System.String

Gets and sets the property DbEngineVersion.

Set to the Neptune engine version running on your DB cluster. If this engine version has been manually patched since it was released, the version number is prefixed by Patch-.

Public Property DfeQueryEngine System.String

Gets and sets the property DfeQueryEngine.

Set to enabled if the DFE engine is fully enabled, or to viaQueryHint (the default) if the DFE engine is only used with queries that have the useDFE query hint set to true.

Public Property Features System.Collections.Generic.Dictionary<System.String, Amazon.Runtime.Documents.Document>

Gets and sets the property Features.

Contains status information about the features enabled on your DB cluster.

Public Property Gremlin Amazon.Neptunedata.Model.QueryLanguageVersion

Gets and sets the property Gremlin.

Contains information about the Gremlin query language available on your cluster. Specifically, it contains a version field that specifies the current TinkerPop version being used by the engine.

Public Property HttpStatusCode System.Net.HttpStatusCode Inherited from Amazon.Runtime.AmazonWebServiceResponse.
Public Property LabMode System.Collections.Generic.Dictionary<System.String, System.String>

Gets and sets the property LabMode.

Contains Lab Mode settings being used by the engine.

Public Property Opencypher Amazon.Neptunedata.Model.QueryLanguageVersion

Gets and sets the property Opencypher.

Contains information about the openCypher query language available on your cluster. Specifically, it contains a version field that specifies the current operCypher version being used by the engine.

Public Property ResponseMetadata Amazon.Runtime.ResponseMetadata Inherited from Amazon.Runtime.AmazonWebServiceResponse.
Public Property Role System.String

Gets and sets the property Role.

Set to reader if the instance is a read-replica, or to writer if the instance is the primary instance.

Public Property RollingBackTrxCount System.Int32

Gets and sets the property RollingBackTrxCount.

If there are transactions being rolled back, this field is set to the number of such transactions. If there are none, the field doesn't appear at all.

Public Property RollingBackTrxEarliestStartTime System.String

Gets and sets the property RollingBackTrxEarliestStartTime.

Set to the start time of the earliest transaction being rolled back. If no transactions are being rolled back, the field doesn't appear at all.

Public Property Settings System.Collections.Generic.Dictionary<System.String, System.String>

Gets and sets the property Settings.

Contains information about the current settings on your DB cluster. For example, contains the current cluster query timeout setting (clusterQueryTimeoutInMs).

Public Property Sparql Amazon.Neptunedata.Model.QueryLanguageVersion

Gets and sets the property Sparql.

Contains information about the SPARQL query language available on your cluster. Specifically, it contains a version field that specifies the current SPARQL version being used by the engine.

Public Property StartTime System.String

Gets and sets the property StartTime.

Set to the UTC time at which the current server process started.

Public Property Status System.String

Gets and sets the property Status.

Set to healthy if the instance is not experiencing problems. If the instance is recovering from a crash or from being rebooted and there are active transactions running from the latest server shutdown, status is set to recovery.

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