curl --request POST \
--url https://api.example.com/table/query_stats_batch \
--header 'Authorization: Basic <encoded-value>' \
--header 'Content-Type: application/json' \
--data '
{
"project_id": "<string>",
"digests": "aonareimsvtl13apimtalpa4435rpmgnaemrpgmarltarstaorsnte134avrims",
"include_storage_size": false
}
'{
"tables": [
{
"count": 123,
"digest": "<string>",
"storage_size_bytes": 123
}
]
}curl --request POST \
--url https://api.example.com/table/query_stats_batch \
--header 'Authorization: Basic <encoded-value>' \
--header 'Content-Type: application/json' \
--data '
{
"project_id": "<string>",
"digests": "aonareimsvtl13apimtalpa4435rpmgnaemrpgmarltarstaorsnte134avrims",
"include_storage_size": false
}
'{
"tables": [
{
"count": 123,
"digest": "<string>",
"storage_size_bytes": 123
}
]
}Basic authentication header of the form Basic <encoded-value>, where <encoded-value> is the base64-encoded string username:password.
The ID of the project
"my_entity/my_project"
The digests of the tables to query
"aonareimsvtl13apimtalpa4435rpmgnaemrpgmarltarstaorsnte134avrims"
If true, the storage_size_bytes column is returned.
Successful Response
Show child attributes
Was this page helpful?