Skip to content

Commit

Permalink
chore: documentation for seqno (#1977)
Browse files Browse the repository at this point in the history
* chore: documentation for seqno

* 🦉 Updates from OwlBot post-processor

See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md

---------

Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
  • Loading branch information
surbhigarg92 and gcf-owl-bot[bot] authored Jan 16, 2024
1 parent b0df047 commit d2d3037
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/transaction.ts
Original file line number Diff line number Diff line change
Expand Up @@ -979,7 +979,7 @@ export class Snapshot extends EventEmitter {
* execution statistics for the SQL statement that
* produced this result set.
* @property {string} partitionToken The partition token.
* @property {number} seqno The Sequence number.
* @property {number} seqno The Sequence number. This option is used internally and will be overridden.
* @property {string} sql The SQL string.
* @property {google.spanner.v1.ExecuteSqlRequest.IQueryOptions} [queryOptions]
* Default query options to use with the database. These options will be
Expand Down

0 comments on commit d2d3037

Please sign in to comment.