OptionalapiOptionalbaseOptionalchildrenOptionaldevelopmentOptionalhttpOptionalmicroserviceOptionalobservableControls how observable query updates are transferred and exposed. ObservableQueryTransferMode.Delta (default) computes per-update deltas for use with the {@code useChangeStream} hook. ObservableQueryTransferMode.Full delivers the whole collection on every update.
OptionaloriginOptionalqueryHow long in milliseconds to retain a query cache entry after the last subscriber releases it before evicting the subscription and cached data.
A non-zero value lets users navigate away and back quickly without seeing a loading flash — cached data is shown immediately while the fresh subscription re-establishes in the background. Defaults to Globals.queryCacheRetentionMs (30 000 ms). Set to 0 to restore immediate eviction.
OptionalqueryNumber of hub connections maintained for observable queries. When greater than one, queries are distributed across the pool round-robin. Only applies when ArcProps.queryTransportMethod is a centralized hub transport. Defaults to 1.
OptionalqueryWhen true, observable queries connect directly to the per-query WebSocket URL instead of routing through the centralized hub endpoint. Defaults to false (use the centralized hub).
OptionalqueryThe transport method used for observable query subscriptions. Defaults to QueryTransportMethod.ServerSentEvents.
Properties for the Arc context component.