FullTextIndexPath(String) Constructor
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.
Initializes a new instance of FullTextIndexPath.
public FullTextIndexPath(string path);
new Azure.ResourceManager.CosmosDB.Models.FullTextIndexPath : string -> Azure.ResourceManager.CosmosDB.Models.FullTextIndexPath
Public Sub New (path As String)
Parameters
- path
- String
The path to the full text field in the document.
Exceptions
path is null.