CIMDataEngineeringView.md

November 13, 2025 ยท View on GitHub

CIMDataEngineeringFieldStatistics

Contains the field statistics.

CIMDataEngineeringFieldStatistics

PropertyTypeDescription
fieldNamestringField name.
treatFieldAsenumeration DataEngineeringTreatFieldAsTypeAn option for treating a field as another statistic type.
values[CIMDataEngineeringStatisticValue]Statistic values.
previewChartCIMDataEngineeringPreviewChartThe preview chart.

CIMDataEngineeringPreviewChart

Provide information of a preview chart.

CIMDataEngineeringPreviewChart

PropertyTypeDescription
minimumanyMinimum/first in the X axis.
maximumanyMaximum/last in the X axis.
values[[any]]Preview chart values.

Enumeration: DataEngineeringSourceFilterType

Source filter to update the statistics.

PropertyValueDescription
None0None.
Selection1Selection.
Extent2Extent.
SelectionAndExtent3Selection.

Enumeration: DataEngineeringStatType

Data engineering statistic type.

PropertyValueDescription
Mean0Mean.
StandardDeviation1Standard deviation.
Maximum2Maximum.
Minimum3Minimum.
Median4Median.
Mode5Mode.
FirstQuartile6First Quartile.
ThirdQuartile7Third Quartile.
Sum8Sum.
NumberOfNulls9Number of Nulls.
Outliers10Number of Outliers
NumberUniqueValues11Number of unique values.
LeastCommon12Least Common.
Kurtosis13Kurtosis.
Skewness14Skewness.
CoefficientOfVariation15Coefficient of Variation.
Range16Range.
IQR17Interquartile range.
Count18Count.
RowCount19Row Count, differs from Count in case of weighted statistics.

CIMDataEngineeringStatisticColumn

Provide access to the statistic column.

CIMDataEngineeringStatisticColumn

PropertyTypeDescription
namestringThe column name.
isFrozenbooleanA value indicating whether the column is frozen.
isSortedbooleanA value indicating whether the column is sorted.
isVisiblebooleanA value indicating whether the column is visible.
sortDirectionenumeration SortOrderTypeA value indicating the sort direction.

CIMDataEngineeringStatisticValue

Contains a statistic value.

CIMDataEngineeringStatisticValue

PropertyTypeDescription
statisticTypeenumeration DataEngineeringStatTypeThe statistic type.
valueanyStatistic Value.

Enumeration: DataEngineeringTreatFieldAsType

Treat Field as Type.

PropertyValueDescription
Numerical0Numerical.
Categorical1Categorical.
DateTime2Date time.
Other3Other.

CIMDataEngineeringView

Represents a data engineering statistics view.

CIMView

PropertyTypeDescription
viewableObjectPathstringThe path of the item in the view.
viewTypestringThe view type as a string.
instanceIDlongThe instance identifier of this view.

CIMDataEngineeringView

PropertyTypeDescription
mapURIstringThe path of the Map for the item in the view.
sourceFilterenumeration DataEngineeringSourceFilterTypeThe source filter applied for calculating the statistics.
useFieldAliasesbooleanA value indicating whether to show field aliases in the view.
rowHeightlongThe row height in pixels.
zoomPercentlongThe zoom level of the summary statistics table.
layoutTypeenumeration DataEngineeringViewLayoutTypeThe view layout style.
columns[CIMDataEngineeringStatisticColumn]The properties of statistics to display in the summary statistic view.
fieldTypeFilterenumeration ArrayOfFieldTypeThe list of field type filters. Deprecated at 3.1. Use FieldTypeFilters instead.
fieldTypeFiltersenumeration ArrayOfFieldTypeThe list of field type filters.
fieldStatistics[CIMDataEngineeringFieldStatistics]A collection of field statistics.
displayNumericStatisticsbooleanA value indicating whether to show numeric statistics in the table.
displayDateTimeStatisticsbooleanA value indicating whether to show date statistics in the table.
displayTextStatisticsbooleanA value indicating whether to show text statistics in the table.

Enumeration: DataEngineeringViewLayoutType

Statistic View Layout Type.

PropertyValueDescription
FieldsAndStatistics0View fields and statistics.
OnlyStatistics1View only statistics.