new DatamartDefinition(copyData)
Represents a datamart definition which contains the definition of fields for a datamart
Parameters:
Name | Type | Description |
---|---|---|
copyData |
DatamartDefinition | Copy constructor (if present) |
Properties:
Name | Type | Description |
---|---|---|
id |
string | Gets or sets the identifier of the data mart |
name |
string | Gets or sets the name of the data mart |
creationTime |
Date | Gets or sets the time that the data mart was created |
schema |
DatamartSchema | Gets or sets the datamart schema |
- Source:
Members
creationTime :Date
Gets or sets the time that the data mart was created
Type:
- Date
- Source:
id :string
Gets or sets the identifier of the data mart
Type:
- string
- Source:
name :string
Gets or sets the name of the data mart
Type:
- string
- Source:
schema :DatamartSchema
Gets or sets the datamart schema
Type:
- Source: