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 GetSparqlStream operation. Gets a stream for an RDF graph.
With the Neptune Streams feature, you can generate a complete sequence of change-log
entries that record every change made to your graph data as it happens. GetSparqlStream
lets you collect these change-log entries for an RDF graph.
The Neptune streams feature needs to be enabled on your Neptune DBcluster. To enable
streams, set the neptune_streams
DB cluster parameter to 1.
See Capturing graph changes in real time using Neptune streams.
When invoking this operation in a Neptune cluster that has IAM authentication enabled, the IAM user or role making the request must have a policy attached that allows the neptune-db:GetStreamRecords IAM action in that cluster.
Note that the neptune-db:QueryLanguage:Sparql IAM condition key can be used in the policy document to restrict the use of SPARQL queries (see Condition keys available in Neptune IAM data-access policy statements).
Namespace: Amazon.Neptunedata.Model
Assembly: AWSSDK.Neptunedata.dll
Version: 3.x.y.z
public class GetSparqlStreamRequest : AmazonNeptunedataRequest IAmazonWebServiceRequest
The GetSparqlStreamRequest type exposes the following members
| Name | Description | |
|---|---|---|
|
GetSparqlStreamRequest() |
| Name | Type | Description | |
|---|---|---|---|
|
CommitNum | System.Int64 |
Gets and sets the property CommitNum.
The commit number of the starting record to read from the change-log stream. This
parameter is required when |
|
Encoding | Amazon.Neptunedata.Encoding |
Gets and sets the property Encoding. If set to TRUE, Neptune compresses the response using gzip encoding. |
|
IteratorType | Amazon.Neptunedata.IteratorType |
Gets and sets the property IteratorType. Can be one of:
|
|
Limit | System.Int64 |
Gets and sets the property Limit.
Specifies the maximum number of records to return. There is also a size limit of 10
MB on the response that can't be modified and that takes precedence over the number
of records specified in the
The range for |
|
OpNum | System.Int64 |
Gets and sets the property OpNum.
The operation sequence number within the specified commit to start reading from in
the change-log stream data. The default is |
.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