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 not suitable for production usage.
Do not use it. You have been warned.
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"