Companion
object Companion
Properties
Functions
Link copied to clipboard
Value representing the progress of an ongoing incremental cursor read.
Link copied to clipboard
fun snapshotCheckpoint(primaryKey: List<Field>, primaryKeyCheckpoint: List<JsonNode>): OpaqueStateValue
Value representing the progress of an ongoing snapshot not involving cursor columns.
Link copied to clipboard
fun snapshotWithCursorCheckpoint(primaryKey: List<Field>, primaryKeyCheckpoint: List<JsonNode>, cursor: Field, cursorUpperBound: JsonNode): OpaqueStateValue
Value representing the progress of an ongoing snapshot involving cursor columns.