Click or drag to resize

AsyncStorageOperation Enumeration

Possible Async Storage API Actions.

Namespace:  VDS.RDF.Storage
Assembly:  dotNetRDF (in dotNetRDF.dll) Version:
Syntax
public enum AsyncStorageOperation
Members
  Member nameValueDescription
LoadGraph0 Loaded a Graph
LoadWithHandler1 Loaded data with a RDF Handler
SaveGraph2 Saved a Graph
UpdateGraph3 Updates a Graph
DeleteGraph4 Deleted a Graph
ListGraphs5 Listed Graphs
SparqlQuery6 Made a SPARQL Query
SparqlQueryWithHandler7 Made a SPARQL Query with a handler
SparqlUpdate8 Made a SPARQL Update
TransactionBegin9 Began a Transaction
TransactionCommit10 Committed a Transaction
TransactionRollback11 Rolled back a Transaction
NewTemplate12 Gettting a new store template
AvailableTemplates13 Getting all available templates
CreateStore14 Created a Store
DeleteStore15 Deleted a Store
GetStore16 Retrieved a reference to a Store
ListStores17 Got the list of Stores
Unknown18 Unknown Action
See Also