interface FeatureLayerQueryCountOptions {
    extraParams?: Record<string, string | number | boolean>;
    method?: QueryMethod;
    where?: string;
}

Properties

extraParams?: Record<string, string | number | boolean>
method?: QueryMethod
where?: string