ReadonlyversionMonotonically increasing version identifier assigned by the server.
Every write bumps this value; pass it back as expectedVersionId
for optimistic concurrency.
ReadonlymodificationsNumber of modifications made since the record was (re)created.
Zero on the initial put; resets to 0 if the record is deleted and
recreated.
ReadonlycreatedWhen the current incarnation of the record was first created. If a record is deleted and recreated, this timestamp resets.
ReadonlymodifiedWhen the record was last modified.
Optional ReadonlysessionSession identifier for ephemeral records. undefined for
non-ephemeral records.
Optional ReadonlyclientIdentity string of the client that last wrote this ephemeral
record. undefined for non-ephemeral records.
Metadata about the state of an Oxia record.
Returned as part of every PutResult, GetResult, and record emitted by OxiaClient.rangeScan. All timestamps come from the server's clock.