View source: R/neptunedata_operations.R
neptunedata_get_sparql_stream | R Documentation |
Gets a stream for an RDF graph.
See https://www.paws-r-sdk.com/docs/neptunedata_get_sparql_stream/ for full documentation.
neptunedata_get_sparql_stream(
limit = NULL,
iteratorType = NULL,
commitNum = NULL,
opNum = NULL,
encoding = NULL
)
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 |
iteratorType |
Can be one of:
|
commitNum |
The commit number of the starting record to read from the change-log
stream. This parameter is required when |
opNum |
The operation sequence number within the specified commit to start
reading from in the change-log stream data. The default is |
encoding |
If set to TRUE, Neptune compresses the response using gzip encoding. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.