Module: LaunchDarkly::Interfaces::DataSystem::IntentCode

Defined in:
lib/ldclient-rb/interfaces/data_system.rb

Overview

IntentCode represents the various intents that can be sent by the server.

This type 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

Constant Summary collapse

TRANSFER_FULL =

The server intends to send a full data set.

"xfer-full"
TRANSFER_CHANGES =

The server intends to send only the necessary changes to bring an existing data set up-to-date.

"xfer-changes"
TRANSFER_NONE =

The server intends to send no data (payload is up to date).

"none"