A subset of features for which to calculate the statistics.
The name of the numeric or string field for which the summary statistics will be generated.
The layer from which to generate statistics for the given field
.
The maximum bounding value for the statistics calculation.
The minimum bounding value for the statistics calculation.
The field by which to normalize the values returned from the given field
.
Only applies if normalizationType
is percent-of-total
.
Determines how the provided field
values will be normalized.
Allows for cancelable requests.
A SQL expression evaluating to a number.
A SQL where clause used to filter features for the statistics query.
An Arcade expression that returns a number.
Determines whether an object has a property with the specified name.
A property name.
Determines whether an object exists in another object's prototype chain.
Another object whose prototype chain is to be checked.
Determines whether a specified property is enumerable.
A property name.
Returns a date converted to a string using the current locale.
Returns a string representation of an object.
Returns the primitive value of the specified object.
Generated using TypeDoc
The initial value of Object.prototype.constructor is the standard built-in Object constructor.