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.

Hierarchy

  • EndpointConfig

Properties

pollingBaseUri?: string

Override for the polling base URI. Defaults to baseUri from SDK configuration.

streamingBaseUri?: string

Override for the streaming base URI. Defaults to streamUri from SDK configuration.

Generated using TypeDoc