neptunedata_get_sparql_stream {paws.database} | R Documentation |
Gets a stream for an RDF graph
Description
Gets a stream for an RDF graph.
See https://www.paws-r-sdk.com/docs/neptunedata_get_sparql_stream/ for full documentation.
Usage
neptunedata_get_sparql_stream(
limit = NULL,
iteratorType = NULL,
commitNum = NULL,
opNum = NULL,
encoding = NULL
)
Arguments
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. |