Assembly: Cubes;
Namespace: Prognoz.Platform.Interop.Cubes;
The ICubeLoaderDimensionBinding interface contains properties that are used to determine dimension binding parameters, which are used on data loading.
ICubeLoaderDimensionBinding
Property name | Brief description | |
The AttributeId property determines the attribute identifier, by which values the element search is executed in dimension when loading the data. | ||
The CalendarLevel property determines the level of calendar dimension, to which the binding is set up. | ||
The ConstValue property sets the fixed value for loading. | ||
The Converter property determines the fact that is used to parse loaded dimension data | ||
The Dictionary property determines the repository dictionary, which is used as a cube dimension. | ||
The Fact property determines the cube dimension, for which binding is set up. | ||
The EmptyValueReplacement property determines the value, which is entered instead of empty values. | ||
The Fields property returns the collection of source field bindings to dimension attributes. | ||
The Index property determines the dimension index used for binding. | ||
The IsCalendar property returns the criterion of matching to the binding options for the calendar dimension. | ||
The LoadConstValue property determines the attribute of loading the fixed value. | ||
The LoadEmptyValues property determines whether empty values are loaded. | ||
The MetaAttribute property returns attributes of the time series database of the level of factors and observations. | ||
The NewDictionaryName property determines the name of the dictionary to be created that is going to be used as a cube dimension. | ||
The SkipLoad property determines whether elements that are missing in dimension are skipped. | ||
The SourceField property returns the name of the data source field, to which the dimension is bound. |
See also: