ModelingColumn
Definition of a table column in the model.
API Section: Objects
Type: Object
Properties
Name |
Description |
Required |
Type |
Format |
---|---|---|---|---|
isSecurity |
Is this a column used in the security panel |
- |
boolean |
|
columnId |
The column's system ID |
- |
string |
uuid |
displayName |
The column's display name |
- |
string |
|
parentUniqueName |
Unique identifier of the table that contains this column |
- |
string |
|
isUnicode |
Is this a unicode string (nvarchar, nchar, nclob, etc) |
- |
boolean |
|
description |
The column's description |
- |
string |
|
scale |
Scale of the source column type (if decimal) |
- |
integer |
int32 |
isUniqueIdentifier |
Is column for experiment unique identifier |
- |
boolean |
|
type |
The column's data type |
- | ||
isAggregatable |
Can this column be aggregated |
- |
boolean |
|
columnIndex |
Index of this column in the table, start at 0 |
- |
integer |
int32 |
hasDefaultMember |
Does this column has a default member |
- |
boolean |
|
sourceColumnName |
The column's name in the database |
- |
string |
|
isIndexed |
Is this column indexed in the source database |
- |
boolean |
|
hasMultiMeasures |
Boolean indicating if this column has multi-measures |
- |
boolean |
|
columnCategory |
Predefined category of this column (time intelligence part, location part, etc) |
- | ||
defaultSortColumnUniqueName |
Unique identifier of the default column to sort by when the user sorts by this column |
- |
string |
|
format |
The column's data format |
- |
string |
|
isDefaultSortDescending |
Is the default sorting descending |
- |
boolean |
|
isDistribution |
Is column for publication distribution |
- |
boolean |
|
isVisible |
Is the column displayed in the |
- |
boolean |
|
columnType |
Column type |
- | ||
uniqueName |
The column's unique identifier, used in relationships, hierarchies and measures |
- |
string |
|
keyColumn |
Unique identifier of the key column for this column |
- |
string |
|
size |
Size of the source column type (string length or decimal precision) |
- |
integer |
int32 |
customCategoryId |
User defined category of this column |
- |
string |
|
maskingMethodType |
How should masked values be displayed |
- | ||
displayFolder |
Column's display folder name |
- |
string |