Table of Contents

Interface IWithIndexingMode<ParentT>

Namespace
Microsoft.Azure.Management.CosmosDB.Fluent.IndexingPolicy.Definition
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 IndexingMode

The indexing mode.

Returns

IWithAttach<ParentT>

The next stage of the definition.