Class: DatamartSchema

DatamartSchema(copyData)

new DatamartSchema(copyData)

Represents a datamart schema which gives hints to the properties to be stored from a dynamic object

Parameters:
Name Type Description
copyData DatamartSchema Copy constructor (if present)
Properties:
Name Type Description
id string Gets or sets the unique identifier for the schema itself
name string Gets or sets the name of the element in the database
property DatamartSchemaProperty Gets or sets the property names for the schema element
sqp DatamartStoredQuery Gets or sets the query associated with the schema
Source:

Members

id :string

Gets or sets the unique identifier for the schema itself

Type:
  • string
Source:

name :string

Gets or sets the name of the element in the database

Type:
  • string
Source:

property :DatamartSchemaProperty

Gets or sets the property names for the schema element

Type:
Source:

sqp :DatamartStoredQuery

Gets or sets the query associated with the schema

Type:
Source: