Package version:

Interface FullTextPath

Represents a full text path to be indexed in the Azure Cosmos DB service.

interface FullTextPath {
    language: string;
    path: string;
}

Properties

Properties

language: string

The language for the full text path.

path: string

The path to be indexed for full text search.