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.

This interface is not stable, and not subject to any backwards compatibility guarantees or semantic versioning. It is in early access. If you want access to this feature please join the EAP. https://launchdarkly.com/docs/sdk/features/data-saving-mode

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