FullTextIndexDefinition<T>.Path(String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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>.