WriteToStoreHandler Constructor (IStorageProvider, Uri, Int32) |
Creates a new Write to Store Handler.
Namespace:
VDS.RDF.Parsing.Handlers
Assembly:
dotNetRDF (in dotNetRDF.dll) Version:
Syntax public WriteToStoreHandler(
IStorageProvider manager,
Uri defaultGraphUri,
int batchSize
)
Public Sub New (
manager As IStorageProvider,
defaultGraphUri As Uri,
batchSize As Integer
)
Parameters
- manager
- Type: VDS.RDF.StorageIStorageProvider
Manager to write to. - defaultGraphUri
- Type: SystemUri
Graph URI to write Triples from the default graph to. - batchSize
- Type: SystemInt32
Batch Size.
See Also