ArrayWithGap
is a
datatype for array gaps identified for a given prefix.
Table: ArrayWithGap
Parameter | Type | Required | Default | Stability | Description |
---|---|---|---|---|---|
Some arguments may be required, as indicated in the Required column. For some fields, this column indicates that a result will always be returned for this column. | |||||
Table last updated: Sep 23, 2024 | |||||
gaps | [ArrayGap ] | yes | Short-Term | Gaps identified for array prefix. This is a preview, under active development. See ArrayGap . | |
lastValidPrefix | string | yes | Short-Term | Prefix that represents a field up until the point at which a gap was identified. For instance, the field `a[0].b[1]` would give the prefix `a[0].b` as the gap occurs when indexing `b` with `1`. For `a[1].b[0]`, you'd get the prefix `a`. This is a preview, under active development. |