interface CAScope {
    criteria?: Criteria[];
    serviceGroups?: ServiceGroup[];
    timeRanges?: TimeRange[];
}

Properties

criteria?: Criteria[]

Control the scope for raw data

serviceGroups?: ServiceGroup[]

Control the scope for mapped data using service groups

timeRanges?: TimeRange[]

Control the scope of mapped data using time ranges