Freigeben über


IDefinition<ParentT> Schnittstelle

Definition

Die Gesamtheit einer Cassandra-Tabellendefinition als Teil der übergeordneten Definition.

public interface IDefinition<ParentT> : Microsoft.Azure.Management.CosmosDB.Fluent.CassandraTable.Definition.IBlank<ParentT>, Microsoft.Azure.Management.CosmosDB.Fluent.CassandraTable.Definition.IWithAttach<ParentT>, Microsoft.Azure.Management.CosmosDB.Fluent.CassandraTable.Definition.IWithClusterKey<ParentT>, Microsoft.Azure.Management.CosmosDB.Fluent.CassandraTable.Definition.IWithColumn<ParentT>, Microsoft.Azure.Management.CosmosDB.Fluent.CassandraTable.Definition.IWithDefaultTtl<ParentT>, Microsoft.Azure.Management.CosmosDB.Fluent.CassandraTable.Definition.IWithOptions<ParentT>, Microsoft.Azure.Management.CosmosDB.Fluent.CassandraTable.Definition.IWithPartitionKey<ParentT>, Microsoft.Azure.Management.CosmosDB.Fluent.CassandraTable.Definition.IWithThroughput<ParentT>, Microsoft.Azure.Management.CosmosDB.Fluent.HasOptions.Definition.IWithOptions<Microsoft.Azure.Management.CosmosDB.Fluent.CassandraTable.Definition.IWithAttach<ParentT>>, Microsoft.Azure.Management.CosmosDB.Fluent.HasThroughputSettings.Definition.IWithThroughput<Microsoft.Azure.Management.CosmosDB.Fluent.CassandraTable.Definition.IWithAttach<ParentT>>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.ChildResource.Definition.IInDefinition<ParentT>
type IDefinition<'ParentT> = interface
    interface IBlank<'ParentT>
    interface IWithAttach<'ParentT>
    interface IInDefinition<'ParentT>
    interface IWithOptions<'ParentT>
    interface IWithOptions<IWithAttach<'ParentT>>
    interface IWithThroughput<'ParentT>
    interface IWithThroughput<IWithAttach<'ParentT>>
    interface IWithDefaultTtl<'ParentT>
    interface IWithColumn<'ParentT>
    interface IWithPartitionKey<'ParentT>
    interface IWithClusterKey<'ParentT>
Public Interface IDefinition(Of ParentT)
Implements IBlank(Of ParentT), IInDefinition(Of ParentT), IWithAttach(Of ParentT), IWithClusterKey(Of ParentT), IWithColumn(Of ParentT), IWithDefaultTtl(Of ParentT), IWithOptions(Of IWithAttach(Of ParentT)), IWithOptions(Of ParentT), IWithPartitionKey(Of ParentT), IWithThroughput(Of IWithAttach(Of ParentT)), IWithThroughput(Of ParentT)

Typparameter

ParentT

Die Phase der übergeordneten Definition, zu der nach dem Anfügen dieser Definition zurückzukehren ist.

Implementiert

Methoden

Attach()

Die Gesamtheit einer Cassandra-Tabellendefinition als Teil der übergeordneten Definition.

(Geerbt von IInDefinition<ParentT>)
WithClusterKey(ClusterKey)

Gibt einen Cassandra-Tabellenclusterschlüssel an.

(Geerbt von IWithClusterKey<ParentT>)
WithClusterKey(String, String)

Gibt einen Cassandra-Clusterschlüssel an.

(Geerbt von IWithClusterKey<ParentT>)
WithClusterKeys(IList<ClusterKey>)

Fügt alle Clusterschlüssel an.

(Geerbt von IWithClusterKey<ParentT>)
WithColumn(Column)

Gibt eine Cassandra-Tabellenspalte an.

(Geerbt von IWithColumn<ParentT>)
WithColumn(String, String)

Gibt eine Cassandra-Tabellenspalte an.

(Geerbt von IWithColumn<ParentT>)
WithColumns(IList<Column>)

Fügt alle Spalten an.

(Geerbt von IWithColumn<ParentT>)
WithDefaultTtl(Int32)

Gibt die Standardlaufzeit an.

(Geerbt von IWithDefaultTtl<ParentT>)
WithOption(String, String)

Gibt eine Option an.

(Geerbt von IWithOptions<ReturnT>)
WithOptionsAppend(IDictionary<String,String>)

Fügt alle Optionen an aktuelle Optionen an.

(Geerbt von IWithOptions<ReturnT>)
WithPartitionKey(CassandraPartitionKey)

Gibt einen Cassandra-Tabellenpartitionsschlüssel an.

(Geerbt von IWithPartitionKey<ParentT>)
WithPartitionKey(String)

Gibt einen Cassandra-Partitionsschlüssel an.

(Geerbt von IWithPartitionKey<ParentT>)
WithPartitionKeys(IList<CassandraPartitionKey>)

Fügt alle Partitionsschlüssel an.

(Geerbt von IWithPartitionKey<ParentT>)
WithThroughput(Int32)

Gibt den Durchsatzwert an.

(Geerbt von IWithThroughput<ReturnT>)

Gilt für: