Table of Contents

Interface IWithIndexingMode<ParentT>

Namespace
Microsoft.Azure.Management.CosmosDB.Fluent.IndexingPolicy.Update
Assembly
Microsoft.Azure.Management.CosmosDB.Fluent.dll

The stage of the indexing policy update allowing to set indexing mode.

public interface IWithIndexingMode<ParentT>

Type Parameters

ParentT

The stage of the parent update to return to after attaching this update.

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 update.

WithoutIndexingMode()

Removes the indexing mode.

IWithAttach<ParentT> WithoutIndexingMode()

Returns

IWithAttach<ParentT>

The next stage of the update.