Skip to content

Commit

Permalink
chore: Update TableReference protobuf documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
devinrsmith committed Nov 8, 2024
1 parent 5eabdce commit b35fe2b
Showing 1 changed file with 4 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -276,9 +276,11 @@ service TableService {

message TableReference {
oneof ref {
// an exported ticket
// A ticket. In the case of a single-shot operation, this will often be an export id ticket.
Ticket ticket = 1;
// an offset into a BatchRequest -- used to reference a result that will not be exported

// An offset into a BatchRequest's ops field, used to reference an intermediate operation which may not have been
// exported. Only valid to set when used in the context of a BatchRequest.
sint32 batch_offset = 2;
}
}
Expand Down

0 comments on commit b35fe2b

Please sign in to comment.