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