Click or drag to resize

Quasardb Namespace

 
Classes
  ClassDescription
Public classHelper
Helper class
Public classQdbBatch
A collection of operation
Public classQdbBatchBlob
Adds blob operations to a batch
Public classQdbBatchEntry
Adds operations to a batch
Public classQdbBatchInteger
Adds blob operations to a batch
Public classCode exampleQdbBlob
A blob (unstructured data) in a quasardb database.
Public classQdbCluster
A connection to a quasardb database.
Public classQdbConnectionFactory
A configuration builder to define the properties of the connection.
Public classQdbConnectionPool
A entry in a quasardb database.
Public classQdbEntry
An entry in a quasardb database.
Public classQdbExpirableEntry
An entry which can have an expiry time..
Public classCode exampleQdbInteger
An atomic integer in the database.
Public classQdbLoggerBuilder
A configuration builder to define the properties of the logger.
Public classQdbPatternSelector
Selects the blobs containing the given pattern.
Public classQdbPerformanceTrace
Public classQdbPrefixSelector
Selects entries by the beginning (ie prefix) of their alias.
Public classQdbRegexSelector
Selects the blobs whose content match the given regular expression.
Public classQdbSuffixSelector
Selects entries by the end (ie suffix) of their alias.
Public classCode exampleQdbTag
A tag in a quasardb database.
Public classQdbTagSelector
Selects entries attached to a tag.
Public classQdbUnknownEntry
An entry whose type is not supported by the .NET API
Structures
  StructureDescription
Public structureQdbPerformanceMeasure
Interfaces
  InterfaceDescription
Public interfaceIQdbBlobSelector
A way to select blobs.
Public interfaceIQdbEntrySelector
A way to select entries.
Public interfaceIQdbFuture
Contains the result of an operation of a QdbBatch
Public interfaceIQdbFutureT
Contains the result of an operation of a QdbBatch
Public interfaceIVisitable
Internal use only. Please ignore.
Enumerations
  EnumerationDescription
Public enumerationQdbCompression
Specifies compression mode.