Contains array details for multi-array query including uri, ranges buffers
Name | Type | Description | Notes |
---|---|---|---|
parameterId | String | An optional client-generated identifier to distinguish between multiple range/buffer requests from the same array in the same call. This may be set for MultiArrayUDFs that use the `argument_json` style of passing arrays. | [optional] |
uri | String | array to set ranges and buffers on, must be in tiledb:// format | [optional] |
ranges | QueryRanges | [optional] | |
buffers | List<String> | List of buffers to fetch (attributes + dimensions) | [optional] |