DataCatalogModelMetadata
Describes the metadata of the discover object
API Section: Objects
Type: Object
Properties
Name |
Description |
Required |
Type |
Format |
---|---|---|---|---|
modelName |
The name of the model |
- |
string |
|
createdDate |
The time when the model was created |
- |
integer |
Api2: int64 - epoch time in milliseconds, Api3: String according to iso8601 |
createdBy |
The user that created of the model |
- |
string |
|
datasource |
Datasource which the model is based on |
- |
string |
|
serverType |
The type of the server that contains the model that that model is based on |
- | ||
modifiedDate |
The time when the model was modified |
- |
integer |
Api2: int64 - epoch time in milliseconds, Api3: String according to iso8601 |
description |
The description of the model |
- |
string |
|
modifiedBy |
The user that modified of the model |
- |
string |
|
dimensionCount |
The number of dimensions/tables in the model |
- |
integer |
int32 |
measureCount |
The number of measures in the model |
- |
integer |
int32 |
lastProcessDate |
The last time when the model was processed |
- |
integer |
Api2: int64 - epoch time in milliseconds, Api3: String according to iso8601 |