Interface IWithThroughput<ParentT>
- Namespace
- Microsoft.Azure.Management.CosmosDB.Fluent.SqlContainer.Definition
- Assembly
- Microsoft.Azure.Management.CosmosDB.Fluent.dll
The stage of a SQL container definition allowing to set throughput.
public interface IWithThroughput<ParentT> : IWithThroughput<IWithAttach<ParentT>>
Type Parameters
ParentT
The stage of the parent definition to return to after attaching this definition.
- Inherited Members