IRubricatorSegments

Description

The IRubricatorSegments interface contains properties and methods that are used to work with the collection of data segments of a time series database.

Properties inherited from IRubricatorSegmentsSet

  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.

Methods

  Method name Brief description
CreateFactorsSegment The CreateFactorsSegment method adds a data range to the collection.
CreateTimeSegment The CreateTimeSegment method adds a time range to the collection.

Methods inherited from IRubricatorSegmentsSet

  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:

Cubes Assembly Interfaces