<< Click to Display Table of Contents >> Navigation: Development > Project Artifacts > AggregateSource |
AggregateSources model data resources used in Aggregate definitions.
For more information on this functionality, please see Aggregation.
{
"name" : "",
"nativeIdentifier" : "",
"connectorId" : "",
"connectorName" : "",
"type" : "",
"fields" : {},
"predicate" : {}
}
Attribute |
Value |
Note |
name |
The DTS name of the resource. |
|
nativeIdentifier |
The native identifier of the resource. |
|
connectorId |
The _id of the connector the resource belongs to. |
|
connectorName |
The name of the connector the resource belongs to. |
|
type |
The type of resource. "COLLECTION" / "ROUTINE" |
|
fields |
A map of the attributes from the resource that are included in the Aggregate. The keys represent the attributes' nativeIdentifiers, while the values represent the names by which they are known inside the aggregate. |
|
predicate |
The DTSPredicate that defines the universal filter used on this resource, if any. |
|