class documentation
class Version: (source)
Metadata about the state of an Oxia record.
| Method | __str__ |
Undocumented |
| Method | client |
The identity of the client that last modified this ephemeral record, or ``None`` for non-ephemeral records. |
| Method | created |
When the record was created. Resets if the record is deleted and re-created. |
| Method | is |
Whether the record is ephemeral (tied to a client session). Returns ``True`` if the record has an associated session ID, ``False`` otherwise. |
| Method | modifications |
Number of modifications since the record was last created. Resets to 0 if the record is deleted and re-created. |
| Method | modified |
When the record was last modified. |
| Method | session |
The session ID for ephemeral records, or ``None`` for non-ephemeral records. |
| Method | version |
The monotonically increasing version identifier of the record. |
The identity of the client that last modified this ephemeral record, or ``None`` for non-ephemeral records.
Whether the record is ephemeral (tied to a client session). Returns ``True`` if the record has an associated session ID, ``False`` otherwise.
Number of modifications since the record was last created. Resets to 0 if the record is deleted and re-created.