CassandraTableResource Class

Cosmos DB Cassandra table resource object.

All required parameters must be populated in order to send to server.

Inheritance
azure.mgmt.cosmosdb._serialization.Model
CassandraTableResource

Constructor

CassandraTableResource(*, id: str, default_ttl: int | None = None, schema: _models.CassandraSchema | None = None, analytical_storage_ttl: int | None = None, **kwargs: Any)

Keyword-Only Parameters

Name Description
id
str

Name of the Cosmos DB Cassandra table. Required.

default_ttl
int

Time to live of the Cosmos DB Cassandra table.

schema

Schema of the Cosmos DB Cassandra table.

analytical_storage_ttl
int

Analytical TTL.

Variables

Name Description
id
str

Name of the Cosmos DB Cassandra table. Required.

default_ttl
int

Time to live of the Cosmos DB Cassandra table.

schema

Schema of the Cosmos DB Cassandra table.

analytical_storage_ttl
int

Analytical TTL.