AGGREGATE

<< Click to Display Table of Contents >>

Navigation:  Development > Project Artifacts >

AGGREGATE

 

The AGGREGATE collection holds the Aggregate definitions for DTS Projects. They can be created in the WebApp, using the Aggregates Page.

Information-icon_16px For more information on this functionality, please see Aggregation.

 

{

 "name" : "",

 "mainSourceIdentifier" : "",

 "mainSourceName" : "",

 "mainSourceConnector" : "",

 "projectId" : "",

 "sources" : [],

 "relationships" : []

}

 

Attribute

Value

Note

name

The given name for the collection resource

By default, it is the simple name of the datasource collection

mainSourceIdentifier

The full native name of the main source

Generally of the form <container>.<name>

e.g.: "public.employees"

mainSourceName

The DTS name for the main source

 

mainSourceConnector

The name of the connector definition where the main source is from

 

projectId

Reference to the design project (PROJECT_WIP entry) this collection belongs to.

 

sources

The list of sources included in the Aggregate, in the form of AggregateSources

 

relationships

The list of relationships between the Aggregate's sources, in the form of AggregateRelationships