Rds > Rds Assembly Interfaces > IMetaAttributesCollection
The IMetaAttributesCollection interface contains properties and methods used to work with a collection of attributes included in the time series database index.
Property name | Brief description | |
![]() |
The Count property returns the number of attributes in the collection. | |
![]() |
The Item property returns an attribute from the collection based on its index. |
Method name | Brief description | |
![]() |
The Add method adds an attribute to the collection. | |
![]() |
The FindById method searches an attribute in the collection by identifier. | |
![]() |
The FindByKey method searches an attribute in the collection by key. | |
![]() |
The Move method moves an attribute in the collection. | |
![]() |
The Remove method removes a specified attribute from the collection. |
See also: