Interface QuerentResultItem

interface QuerentResultItem {
    features: Feature[];
    featuresCount: number;
    requestPartners?: string[];
    tooManyFeatures?: boolean;
    totalFeatureCount?: number;
}

Properties

features: Feature[]
featuresCount: number
requestPartners?: string[]

All datasources requested in the same request

tooManyFeatures?: boolean
totalFeatureCount?: number