CountTableRows
Description
description: |
Count the number of rows in table `id`
Request Schema
CountTableRowsRequest:
type: object
properties:
id:
type: array
items:
type: string
version:
description: |
Version of the table to describe.
If not specified, server should resolve it to the latest version.
type: integer
format: int64
minimum: 0
filter:
description: |
SQL filter expression to be applied
type: string
Response Schema
CountTableRowsResponse:
type: integer
format: int64
description: |
Response containing the count of rows.
Serializes transparently as just the number for backward compatibility.
minimum: 0