| Package | Description |
|---|---|
| com.azure.resourcemanager.cosmos.models |
Package containing the data models for CosmosDBManagementClient.
|
| Modifier and Type | Class and Description |
|---|---|
class |
CassandraTableGetPropertiesResource
The CassandraTableGetPropertiesResource model.
|
| Modifier and Type | Method and Description |
|---|---|
CassandraTableResource |
CassandraTableCreateUpdateParameters.resource()
Get the resource property: The standard JSON format of a Cassandra table.
|
CassandraTableResource |
CassandraTableResource.withDefaultTtl(Integer defaultTtl)
Set the defaultTtl property: Time to live of the Cosmos DB Cassandra table.
|
CassandraTableResource |
CassandraTableResource.withId(String id)
Set the id property: Name of the Cosmos DB Cassandra table.
|
CassandraTableResource |
CassandraTableResource.withSchema(CassandraSchema schema)
Set the schema property: Schema of the Cosmos DB Cassandra table.
|
| Modifier and Type | Method and Description |
|---|---|
CassandraTableCreateUpdateParameters |
CassandraTableCreateUpdateParameters.withResource(CassandraTableResource resource)
Set the resource property: The standard JSON format of a Cassandra table.
|
Copyright © 2020 Microsoft Corporation. All rights reserved.