Table of Contents

Interface IWithAttach<ParentT>

Namespace
Microsoft.Azure.Management.CosmosDB.Fluent.CassandraTable.Definition
Assembly
Microsoft.Azure.Management.CosmosDB.Fluent.dll

The final stage of the Cassandra table definition.

public interface IWithAttach<ParentT> : IInDefinition<ParentT>, IWithOptions<ParentT>, IWithOptions<IWithAttach<ParentT>>, IWithThroughput<ParentT>, IWithThroughput<IWithAttach<ParentT>>, IWithDefaultTtl<ParentT>, IWithColumn<ParentT>, IWithPartitionKey<ParentT>, IWithClusterKey<ParentT>

Type Parameters

ParentT

The stage of the parent definition to return to after attaching this definition.

Inherited Members