Namespace Microsoft.Azure.Management.CosmosDB.Fluent.CassandraTable.Definition
Interfaces
- IBlank<ParentT>
The first stage of a Cassandra table definition.
- IDefinition<ParentT>
The entirety of a Cassandra table definition as a part of parent definition.
- IWithAttach<ParentT>
The final stage of the Cassandra table definition.
- IWithClusterKey<ParentT>
The stage of a Cassandra table definition allowing to specify cluster keys.
- IWithColumn<ParentT>
The stage of a Cassandra table definition allowing to set Cassandra table columns.
- IWithDefaultTtl<ParentT>
The stage of a Cassandra table definition allowing to set default ttl.
- IWithOptions<ParentT>
The stage of a Cassandra table definition allowing to set options.
- IWithPartitionKey<ParentT>
The stage of a Cassandra table definition allowing to set partition keys.
- IWithThroughput<ParentT>
The stage of a Cassandra table definition allowing to set throughput.