The IRubricatorSegmentsSet interface contains general properties and methods that are used to work with a collection of time series database segments.
| Property name | Brief description | |
| The Count property returns the number of data segments in a time series database. | ||
| The Item property returns the specified data segment from the collection. | ||
| The Rubricator property returns data of the time series database that contains the collection of data segments. |
| Method name | Brief description | |
| The Clear method clears the collection of data segments. | ||
| The FindByKey method searches for a segment in the collection by its key. | ||
| The GetAllowed property is used to get a selection of dimension elements, which are available for executing of specified operations by the current user. | ||
| The GetEffectiveRights property returns valid permissions of the current user for the collection of data segments. | ||
| The GetFactSegments property returns the number of data ranges including the specified time series. | ||
| The GetSubjectAllowed property is used to get a selection of dimension elements, which are available for executing of specified operations by the specified user. | ||
| The GetSubjectEffectiveRights property returns valid permissions of the specified user for the collection of data segments. | ||
| The GetTimeSegments property returns the number of time data ranges included in the specified range. | ||
| The Remove method removes the specified segment from the collection. | ||
| The RemoveByKey method removes a segment from the collection by its key. |
See also: