Condividi tramite


FullTextIndexPath(String) Constructor

Definition

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.

Applies to