Quasardb Namespace |
| Class | Description | |
|---|---|---|
| Helper |
Helper class
| |
| QdbBatch |
A collection of operation
| |
| QdbBatchBlob |
Adds blob operations to a batch
| |
| QdbBatchEntry |
Adds operations to a batch
| |
| QdbBatchInteger |
Adds blob operations to a batch
| |
| QdbBlob |
A blob (unstructured data) in a quasardb database.
| |
| QdbCluster |
A connection to a quasardb database.
| |
| QdbConnectionFactory |
A configuration builder to define the properties of the connection.
| |
| QdbConnectionPool |
A entry in a quasardb database.
| |
| QdbDouble |
An atomic double in the database.
| |
| QdbEntry |
An entry in a quasardb database.
| |
| QdbExpirableEntry |
An entry which can have an expiry time..
| |
| QdbInteger |
An atomic integer in the database.
| |
| QdbLoggerBuilder |
A configuration builder to define the properties of the logger.
| |
| QdbPatternSelector |
Selects the blobs containing the given pattern.
| |
| QdbPerformanceTrace | ||
| QdbPrefixSelector |
Selects entries by the beginning (ie prefix) of their alias.
| |
| QdbRegexSelector |
Selects the blobs whose content match the given regular expression.
| |
| QdbString |
A UTF-8 encoded string stored in the database.
| |
| QdbSuffixSelector |
Selects entries by the end (ie suffix) of their alias.
| |
| QdbTag |
A tag in a quasardb database.
| |
| QdbTagSelector |
Selects entries attached to a tag.
| |
| QdbTimestamp |
An atomic timestamp entry in quasardb.
| |
| QdbUnknownEntry |
An entry whose type is not supported by the .NET API
|
| Structure | Description | |
|---|---|---|
| QdbPerformanceMeasure |
| Interface | Description | |
|---|---|---|
| IQdbBlobSelector |
A way to select blobs.
| |
| IQdbEntrySelector |
A way to select entries.
| |
| IQdbFuture |
Contains the result of an operation of a QdbBatch
| |
| IQdbFutureT |
Contains the result of an operation of a QdbBatch
| |
| IVisitable |
Internal use only. Please ignore.
|
| Enumeration | Description | |
|---|---|---|
| QdbCompression |
Specifies compression mode.
|