The common schema for all attributes.
id: string
string
The unique identifier for this attribute.
This can be used to fetch statistics, categories, histograms etc. for this attribute via the LayersController.getCategoryData, LayersController.getHistogramData, and LayersController.getAggregates methods.
displayName: string
The human-readable name of this attribute.
detailedType: string
The specific data type of this attribute, providing more detail than the basic type.
For instance, a numeric attribute might be "INTEGER", "FLOAT, etc.
distinctCount: number
number
The number of distinct values present for this attribute across all features.
Last updated 9 months ago
Was this helpful?