LaunchDarkly PHP SDK 6.2.0

Operation : string
in package

The operation enum is used to record the type of migration operation that occurred.

Cases

READ

READ represents a read-only operation on an origin of data.

A read operation carries the implication that it can be executed in parallel against multiple origins.

WRITE

WRITE represents a write operation on an origin of data.

A write operation implies that execution cannot be done in parallel against multiple origins.

Search results