Class SetCell (2.24.0)

SetCell(
    family: str,
    qualifier: bytes | str,
    new_value: bytes | str | int,
    timestamp_micros: typing.Optional[int] = None,
)

Mutation to set the value of a cell.

Methods

is_idempotent

is_idempotent() -> bool

Check if the mutation is idempotent

Idempotent mutations can be safely retried on failure.

Returns
Type Description
bool True if the mutation is idempotent, False otherwise.