Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 689 Bytes

File metadata and controls

12 lines (8 loc) · 689 Bytes

CommitSubscriberOffsetsRequest

CommitSubscriberOffsetsRequest

Properties

Name Type Required Description
view_rid Optional[ViewRid] No The view RID to commit offsets for. If not provided, uses the latest view for the dataset/branch.
offsets PartitionOffsets Yes The last processed offset for each partition. The server will store these as read positions (offset + 1), so the next read starts after the committed offset.

[Back to Model list] [Back to API list] [Back to README]