FullTextIndexDefinition<T>.Path(String) Method

Definition

Add a path to the current FullTextIndexPath definition.

public Microsoft.Azure.Cosmos.Fluent.FullTextIndexDefinition<T> Path(string path);
member this.Path : string -> Microsoft.Azure.Cosmos.Fluent.FullTextIndexDefinition<'T>
Public Function Path (path As String) As FullTextIndexDefinition(Of T)

Parameters

path
String

Property path for the current definition. Example: /property

Returns

An instance of the current FullTextIndexDefinition<T>.

Applies to