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 GetSparqlStream operation.

Inheritance Hierarchy

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

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

Syntax

C#
public class GetSparqlStreamResponse : AmazonWebServiceResponse

The GetSparqlStreamResponse type exposes the following members

Constructors

NameDescription
Public Method GetSparqlStreamResponse()

Properties

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

Gets and sets the property Format.

Serialization format for the change records being returned. Currently, the only supported value is NQUADS.

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

Gets and sets the property LastEventId.

Sequence identifier of the last change in the stream response.

An event ID is composed of two fields: a commitNum, which identifies a transaction that changed the graph, and an opNum, which identifies a specific operation within that transaction:

Public Property LastTrxTimestampInMillis System.Int64

Gets and sets the property LastTrxTimestampInMillis.

The time at which the commit for the transaction was requested, in milliseconds from the Unix epoch.

Public Property Records System.Collections.Generic.List<Amazon.Neptunedata.Model.SparqlRecord>

Gets and sets the property Records.

An array of serialized change-log stream records included in the response.

Public Property ResponseMetadata Amazon.Runtime.ResponseMetadata Inherited from Amazon.Runtime.AmazonWebServiceResponse.
Public Property TotalRecords System.Int32

Gets and sets the property TotalRecords.

The total number of records in the response.

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