An enumeration over the types of transactions that are processed by a BrightstarDB server

Namespace: BrightstarDB.Dto
Assembly: 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 nameValueDescription
ImportJob0 Type for a bulk-import transaction
UpdateTransaction1 Type for a triple update transaction -- OBSOLETE, replaced with GuardedUpdateTransaction
SparqlUpdateTransaction2 Type for a SPARQL update transaction
GuardedUpdateTransaction3 Type for a triple update transaction with support for non-existance guards

See Also