Class: DatamartSchemaProperty

DatamartSchemaProperty(copyData)

new DatamartSchemaProperty(copyData)

Represents a single property on the data mart schema

Parameters:
Name Type Description
copyData DatamartSchemaProperty Copy constructor (if present)
Properties:
Name Type Description
id string Gets or sets the identifier of the warehouse property
name string Gets or sets the name of the property
type SchemaPropertyType Gets or sets the type of property(see: SchemaPropertyType for values)
attributes SchemaPropertyAttributes Gets or sets the attributes associated with the property(see: SchemaPropertyAttributes for values)
property DatamartSchemaProperty Gets or sets the sub-properties of this property
Source:

Members

attributes :SchemaPropertyAttributes

Gets or sets the attributes associated with the property

Type:
Source:

id :string

Gets or sets the identifier of the warehouse property

Type:
  • string
Source:

name :string

Gets or sets the name of the property

Type:
  • string
Source:

property :DatamartSchemaProperty

Gets or sets the sub-properties of this property

Type:
Source:

type :SchemaPropertyType

Gets or sets the type of property

Type:
Source: