From d2d30376cd58894625f26411b9b4545e02f0cec1 Mon Sep 17 00:00:00 2001 From: surbhigarg92 Date: Tue, 16 Jan 2024 05:56:07 +0000 Subject: [PATCH] chore: documentation for seqno (#1977) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * 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 --- src/transaction.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/transaction.ts b/src/transaction.ts index 4eb30bdda..555433478 100644 --- a/src/transaction.ts +++ b/src/transaction.ts @@ -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