Uses of Class
com.azure.resourcemanager.cosmos.models.CassandraTableGetPropertiesResource
-
Packages that use CassandraTableGetPropertiesResource Package Description com.azure.resourcemanager.cosmos.fluent.models Package containing the inner data models for CosmosDBManagementClient.com.azure.resourcemanager.cosmos.models Package containing the data models for CosmosDBManagementClient. -
-
Uses of CassandraTableGetPropertiesResource in com.azure.resourcemanager.cosmos.fluent.models
Methods in com.azure.resourcemanager.cosmos.fluent.models that return CassandraTableGetPropertiesResource Modifier and Type Method Description CassandraTableGetPropertiesResourceCassandraTableGetProperties. resource()Get the resource property: The resource property.CassandraTableGetPropertiesResourceCassandraTableGetResultsInner. resource()Get the resource property: The resource property.Methods in com.azure.resourcemanager.cosmos.fluent.models with parameters of type CassandraTableGetPropertiesResource Modifier and Type Method Description CassandraTableGetPropertiesCassandraTableGetProperties. withResource(CassandraTableGetPropertiesResource resource)Set the resource property: The resource property.CassandraTableGetResultsInnerCassandraTableGetResultsInner. withResource(CassandraTableGetPropertiesResource resource)Set the resource property: The resource property. -
Uses of CassandraTableGetPropertiesResource in com.azure.resourcemanager.cosmos.models
Methods in com.azure.resourcemanager.cosmos.models that return CassandraTableGetPropertiesResource Modifier and Type Method Description CassandraTableGetPropertiesResourceCassandraTableGetPropertiesResource. withAnalyticalStorageTtl(Integer analyticalStorageTtl)Set the analyticalStorageTtl property: Analytical TTL.CassandraTableGetPropertiesResourceCassandraTableGetPropertiesResource. withDefaultTtl(Integer defaultTtl)Set the defaultTtl property: Time to live of the Cosmos DB Cassandra table.CassandraTableGetPropertiesResourceCassandraTableGetPropertiesResource. withId(String id)Set the id property: Name of the Cosmos DB Cassandra table.CassandraTableGetPropertiesResourceCassandraTableGetPropertiesResource. withSchema(CassandraSchema schema)Set the schema property: Schema of the Cosmos DB Cassandra table.
-