Show / Hide Table of Contents

Enum AsyncStorageOperation

Possible Async Storage API Actions.

Namespace: VDS.RDF.Storage
Assembly: dotNetRdf.dll
Syntax
public enum AsyncStorageOperation

Fields

Name Description
AvailableTemplates

Getting all available templates

CreateStore

Created a Store

DeleteGraph

Deleted a Graph

DeleteStore

Deleted a Store

GetStore

Retrieved a reference to a Store

ListGraphs

Listed Graphs

ListStores

Got the list of Stores

LoadGraph

Loaded a Graph

LoadWithHandler

Loaded data with a RDF Handler

NewTemplate

Gettting a new store template

SaveGraph

Saved a Graph

SparqlQuery

Made a SPARQL Query

SparqlQueryWithHandler

Made a SPARQL Query with a handler

SparqlUpdate

Made a SPARQL Update

TransactionBegin

Began a Transaction

TransactionCommit

Committed a Transaction

TransactionRollback

Rolled back a Transaction

Unknown

Unknown Action

UpdateGraph

Updates a Graph

Extension Methods

Extensions.ToSafeString(object)
Extensions.AsEnumerable<AsyncStorageOperation>(AsyncStorageOperation)
  • Edit this page
  • View Source
In this article
  • Fields
  • Extension Methods
Back to top Generated by DocFX