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.ModelCassandraTableResource
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
|
Name of the Cosmos DB Cassandra table. Required. |
default_ttl
|
Time to live of the Cosmos DB Cassandra table. |
schema
|
Schema of the Cosmos DB Cassandra table. |
analytical_storage_ttl
|
Analytical TTL. |
Variables
Name | Description |
---|---|
id
|
Name of the Cosmos DB Cassandra table. Required. |
default_ttl
|
Time to live of the Cosmos DB Cassandra table. |
schema
|
Schema of the Cosmos DB Cassandra table. |
analytical_storage_ttl
|
Analytical TTL. |
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for Python