Click or drag to resize

QdbCluster Methods

The QdbCluster type exposes the following members.

Methods
  NameDescription
Public methodBlob
Returns a QdbBlob attached to the specified alias.
Public methodBlobs
Returns a collection of QdbBlob matching the given criteria.
Public methodEntries
Returns a collection of QdbEntry matching the given criteria.
Public methodEntry
Returns a QdbEntry attached to the specified alias. The actual type of the return value depends on the type of the entry in the database.
Public methodExpWriter
Returns a QdbTableExpWriter attached to the specified columns.
Public methodGetLastError
Gets the last API error description.

Return Value

Type: 
A message describing the error occurred during the last operation.
Public methodInteger
Returns a QdbInteger attached to the specified alias.
Public methodKeys
Returns a collection of String matching the given criteria.
Public methodQuery
Run the provided query and creates a table directory with the results.
Public methodRunBatch
Executes the operations contained in the batch.
Public methodSetCompression
Set the compression level.
Public methodSetMaxInBufferSize
Sets the maximum incoming buffer size for all network operations of the client.
Public methodTable
Returns a QdbTable attached to the specified alias.
Public methodTag
Returns a QdbTag attached to the specified alias.
Public methodTimeSeries Obsolete.
Returns a QdbTimeSeries attached to the specified alias.
Public methodWriter(QdbBatchColumnDefinition)
Returns a QdbTableWriter attached to the specified columns.
Public methodWriter(IEnumerableQdbBatchColumnDefinition)
Returns a QdbTableWriter attached to the specified columns.
Top
See Also