groupedQueryConfig

abstract val groupedQueryConfig: StateFlow<GroupedQueryConfig?>

Configuration captured from the most recent grouped query response that targeted this group. Used by paginated and recovery calls so they reuse the caller's original GroupedQueryConfig.limit, GroupedQueryConfig.pageSize, GroupedQueryConfig.watch and GroupedQueryConfig.presence.

null for standard queries and until the first grouped response has been observed.