Skip to main content

MetadataResponse

Metadata response containing tenant information and bytes scanned

tenantIdstringrequired

Tenant identifier

Example: demotenant
bytesScannedint64required

Total number of bytes scanned by all queries

Example: 108301221
MetadataResponse
{
"tenantId": "demotenant",
"bytesScanned": 108301221
}