Interface IWithIndexingPolicy<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 indexing policy.
public interface IWithIndexingPolicy<ParentT>
Type Parameters
ParentT
The stage of the parent definition to return to after attaching this definition.
Methods
DefineIndexingPolicy()
Starts the definition of the indexing policy.
IBlank<IWithAttach<ParentT>> DefineIndexingPolicy()
Returns
- IBlank<IWithAttach<ParentT>>
The next stage of the definition.
WithIndexingPolicy(IndexingPolicy)
Specifies the indexing policy.
IWithAttach<ParentT> WithIndexingPolicy(IndexingPolicy indexingPolicy)
Parameters
indexingPolicy
IndexingPolicyThe indexing policy.
Returns
- IWithAttach<ParentT>
The next stage of the definition.