A count result for services.

interface CountResult {
    count: number;
    source: FeatureSource;
}

Properties

Properties

count: number

The number of features that match the search criteria.

The input feature source.