An enumeration over the types of transactions that are processed by a BrightstarDB server
Namespace: BrightstarDB.DtoAssembly: BrightstarDB (in BrightstarDB.dll) Version: 1.9.0.0 (1.9.0.0)
Syntax
| C# |
|---|
public enum TransactionType |
| Visual Basic |
|---|
Public Enumeration TransactionType |
| Visual C++ |
|---|
public enum class TransactionType |
| F# |
|---|
type TransactionType |
Members
| Member name | Value | Description | |
|---|---|---|---|
| ImportJob | 0 | Type for a bulk-import transaction | |
| UpdateTransaction | 1 | Type for a triple update transaction -- OBSOLETE, replaced with GuardedUpdateTransaction | |
| SparqlUpdateTransaction | 2 | Type for a SPARQL update transaction | |
| GuardedUpdateTransaction | 3 | Type for a triple update transaction with support for non-existance guards |