Skip to main content

vw_cassandra_table_throughputs

Creates, updates, deletes, gets or lists a vw_cassandra_table_throughputs resource.

Overview

Namevw_cassandra_table_throughputs
TypeView
Idazure.cosmos_db.vw_cassandra_table_throughputs

Fields

See the SQL Definition (view DDL) for fields returned by this view.

SQL Definition

SELECT
id as id,
name as name,
location as location,
type as type,
tags as tags,
identity as identity,
JSON_EXTRACT(properties, '$.resource') as "resource",
subscriptionId,
resourceGroupName,
accountName,
keyspaceName,
tableName
FROM azure.cosmos_db.cassandra_table_throughputs
WHERE subscriptionId = 'replace-me' AND resourceGroupName = 'replace-me' AND accountName = 'replace-me' AND keyspaceName = 'replace-me' AND tableName = 'replace-me';