Endpoint overrides for a network data source entry. Allows routing specific sources to different infrastructure (e.g., a relay proxy as a fallback).
When not specified, the SDK uses baseUri for polling and streamUri for streaming from the base SDK configuration.
baseUri
streamUri
Optional
Readonly
Override for the polling base URI. Defaults to baseUri from SDK configuration.
Override for the streaming base URI. Defaults to streamUri from SDK configuration.
Generated using TypeDoc
Endpoint overrides for a network data source entry. Allows routing specific sources to different infrastructure (e.g., a relay proxy as a fallback).
When not specified, the SDK uses
baseUrifor polling andstreamUrifor streaming from the base SDK configuration.