StatisticsRequest
Methods
with Billing Tag
- with
Billing Tag(tag: string): StatisticsRequest
-
An optional free-form tag that is used for grouping billing records together.
If supplied, it must be 4–16 characters long and contain only alphanumeric ASCII characters [A-Za-z0-9].
ParametersReturns StatisticsRequestThe updated StatisticsRequest instance that you can use to chain methods.
with Catalog Hrn
- with
Catalog Hrn(hrn: HRN): StatisticsRequest
-
A setter for the provided catalog HERE Resource Name (HRN).
Parameters-
hrn: HRN
The catalog HRN.
Returns StatisticsRequestThe updated StatisticsRequest instance that you can use to chain methods.
-
with Data Level
- with
Data Level(dataLevel: number): StatisticsRequest
-
A setter for the provided
dataLevel.Parameters-
dataLevel: number
By default, assets generated at deepest data level are returned. Note that assets returned for data levels greater than 11 represent data at data level 11.
Returns StatisticsRequestThe updated StatisticsRequest instance that you can use to chain methods.
-
with Layer Id
- with
Layer Id(layerId: string): StatisticsRequest
-
A setter for the requested
layerIdstring.ParametersReturns StatisticsRequestThe updated StatisticsRequest instance that you can use to chain methods.
with Typemap
- with
Typemap(coverageDataType: CoverageDataType): StatisticsRequest
-
A setter for the provided
coverageDataTypestring.Parameters-
coverageDataType: CoverageDataType
Points at one of the following Statistic API endpoints:
- BITMAP – fetches a bitmap that represents the availability of data in partitions.
- SIZEMAP – fetches a heatmap that represents a partition size.
- TIMEMAP – fetches a heatmap that represents partition update time.
Returns StatisticsRequestThe updated StatisticsRequest instance that you can use to chain methods.
-
Prepares information for calls to get statistics from the platform Statistics Service.