FullTextIndexDefinition<T>(T, Action<FullTextIndexPath>) Constructor

Definition

Initializes a new instance of the FullTextIndexDefinition<T> class.

public FullTextIndexDefinition(T parent, Action<Microsoft.Azure.Cosmos.FullTextIndexPath> attachCallback);
new Microsoft.Azure.Cosmos.Fluent.FullTextIndexDefinition<'T> : 'T * Action<Microsoft.Azure.Cosmos.FullTextIndexPath> -> Microsoft.Azure.Cosmos.Fluent.FullTextIndexDefinition<'T>
Public Sub New (parent As T, attachCallback As Action(Of FullTextIndexPath))

Parameters

parent
T

The original instance of ContainerBuilder.

attachCallback
Action<FullTextIndexPath>

A callback delegate to be used at a later point of time.

Applies to