Condividi tramite


VectorIndexDefinition<T>(T, Action<VectorIndexPath>) Constructor

Definition

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

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

Parameters

parent
T

The original instance of ContainerBuilder.

attachCallback
Action<VectorIndexPath>

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

Applies to