ArrayGap is a datatype for a gap in the array. Null values represent missing bounds.

Table: ArrayGap

ParameterTypeRequiredDefaultStabilityDescription
Some arguments may be required, as indicated in the Required column. For return datatypes, this indicates that you must specify which fields you want returned in the results.
Table last updated: Sep 23, 2024
endsAtIndexintegeryes Short-TermArray gap ends at this index (exclusive). This is a preview, under active development.
startsAtIndexintegeryes Short-TermArray gap starts at this index (inclusive). This is a preview, under active development.