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