Interface IWithIndexingPolicy
- Namespace
- Microsoft.Azure.Management.CosmosDB.Fluent.SqlContainer.Update
- Assembly
- Microsoft.Azure.Management.CosmosDB.Fluent.dll
The stage of a SQL container update allowing to set indexing policy.
public interface IWithIndexingPolicy
Methods
UpdateIndexingPolicy()
Starts the update of the indexing policy.
IWithAttach<IUpdate> UpdateIndexingPolicy()
Returns
- IWithAttach<IUpdate>
The next stage of the update.
WithIndexingPolicy(IndexingPolicy)
Specifies the indexing policy.
IUpdate WithIndexingPolicy(IndexingPolicy indexingPolicy)
Parameters
indexingPolicy
IndexingPolicyThe indexing policy.
Returns
- IUpdate
The next stage of the update.
WithoutIndexingPolicy()
Removes the indexing policy.
IUpdate WithoutIndexingPolicy()
Returns
- IUpdate
The next stage of the update.