Class SetCell (2.23.1)

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