QdbTag Class |
Namespace: Quasardb
The QdbTag type exposes the following members.
| Name | Description | |
|---|---|---|
| AttachEntry(String) |
Adds a tag to a database entry.
| |
| AttachEntry(QdbEntry) |
Adds a tag to a database entry.
| |
| AttachTag(String) |
Adds a tag to the entry.
(Inherited from QdbEntry.) | |
| AttachTag(QdbTag) |
Adds a tag to the entry.
(Inherited from QdbEntry.) | |
| DetachEntry(String) |
Removes a tag from a database entry.
| |
| DetachEntry(QdbEntry) |
Removes a tag from a database entry.
| |
| DetachTag(String) |
Removes a tag from the entry.
(Inherited from QdbEntry.) | |
| DetachTag(QdbTag) |
Removes a tag from the entry.
(Inherited from QdbEntry.) | |
| GetEntries |
Gets database entries which are tagged with the current tag.
| |
| GetTags |
Gets the tags of the entry
(Inherited from QdbEntry.) | |
| HasEntry(String) |
Checks if an entry has this tag.
| |
| HasEntry(QdbEntry) |
Checks if an entry has this tag.
| |
| HasTag(String) |
Checks if the entry has the specified tag.
(Inherited from QdbEntry.) | |
| HasTag(QdbTag) |
Checks if the entry has the specified tag.
(Inherited from QdbEntry.) | |
| Remove |
Removes the entry from the database.
(Inherited from QdbEntry.) |
var cluster = new QdbCluster("qdb://127.0.0.1:2836"); cluster.Blob("some name").AttachTag("some tag");