Skip to content

Interface: UseAnalyticsQueryOptions\<F\>

Options for configuring an analytics SSE query

F extends AnalyticsFormat = "JSON_ARRAY"

optional autoStart?: boolean

Whether to automatically start the query when the hook is mounted. Default is true.


optional format?: F

Response format - “JSON_ARRAY” (default) returns typed arrays, “ARROW_STREAM” uses Arrow (inline or external links)


optional maxParametersSize?: number

Maximum size of serialized parameters in bytes