Udostępnij przez


FullTextPath(String) Constructor

Definition

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.

Applies to