Click or drag to resize

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
)

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