IWithClusterKey<ParentT> Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The stage of a Cassandra table definition allowing to specify cluster keys.
public interface IWithClusterKey<ParentT>
type IWithClusterKey<'ParentT> = interface
Public Interface IWithClusterKey(Of ParentT)
Type Parameters
- ParentT
The stage of the parent definition to return to after attaching this definition.
- Derived
Methods
WithClusterKey(ClusterKey) |
Specifies a Cassandra table cluster key. |
WithClusterKey(String, String) |
Specifies a Cassandra cluster key. |
WithClusterKeys(IList<ClusterKey>) |
Appends all cluster keys. |