![]() | QdbBlobPointCollection Class |
Namespace: Quasardb.TimeSeries
The QdbBlobPointCollection type exposes the following members.
Name | Description | |
---|---|---|
![]() | QdbBlobPointCollection(Int32) |
Creates an empty collection
|
![]() | QdbBlobPointCollection(IEnumerableQdbBlobPoint) |
Creates the collection from an existing one
|
Name | Description | |
---|---|---|
![]() | Capacity |
Gets or sets the total number of elements the collection can hold without resizing.
|
![]() | Count |
Gets the number of points in the collection
|
![]() | IsInvalid | When overridden in a derived class, gets a value indicating whether the handle value is invalid. (Overrides SafeHandleIsInvalid.) |
![]() | Item |
Gets the point at the specified index.
|
Name | Description | |
---|---|---|
![]() | Add(QdbBlobPoint) |
Adds a point to the collection
|
![]() | Add(DateTime, Byte) |
Adds a point to the collection
|
![]() | Clear |
Empties the collection
|
![]() | GetEnumerator | Returns an enumerator that iterates through the collection. |