Module: LaunchDarkly::Interfaces::DataSystem::ChangeType

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

Overview

ChangeType specifies if an object is being upserted or deleted.

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

PUT =

Represents an object being upserted.

"put"
DELETE =

Represents an object being deleted.

"delete"