CassandraTableResource Class

Cosmos DB Cassandra table resource object.

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

Inheritance
CassandraTableResource

Constructor

CassandraTableResource(*, id: str, default_ttl: Optional[int] = None, schema: Optional[_models.CassandraSchema] = None, analytical_storage_ttl: Optional[int] = None, **kwargs)

Variables

id
str

Required. Name of the Cosmos DB Cassandra table.

default_ttl
int

Time to live of the Cosmos DB Cassandra table.

schema
CassandraSchema

Schema of the Cosmos DB Cassandra table.

analytical_storage_ttl
int

Analytical TTL.