Sdílet prostřednictvím


IWithClusterKey<ParentT> Interface

Definition

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.

Applies to