Interface IWithIndexingMode<ParentT>
- Assembly
- Microsoft.Azure.Management.CosmosDB.Fluent.dll
The stage of the indexing policy definition allowing to set indexing mode.
public interface IWithIndexingMode<ParentT>
Type Parameters
ParentT
The stage of the parent definition to return to after attaching this definition.
Methods
WithIndexingMode(IndexingMode)
Specifies the indexing mode.
IWithAttach<ParentT> WithIndexingMode(IndexingMode indexingMode)
Parameters
indexingMode
IndexingModeThe indexing mode.
Returns
- IWithAttach<ParentT>
The next stage of the definition.