Type Alias RightShiftDataStorageOperation

RightShiftDataStorageOperation: {
    operation: "right_shift";
    value: number;
}

Applies a bitwise right-shift to the current value of the key by value.

Type declaration

  • Readonlyoperation: "right_shift"
  • Readonlyvalue: number

    A value for the operation to apply against the current data storage value.

DataStorageOperation for all possible operation subtypes.