Package version:

Interface CompositePath

Represents a composite path in the indexing policy.

interface CompositePath {
    order: "ascending" | "descending";
    path: string;
}

Properties

Properties

order: "ascending" | "descending"

The order of the composite index, either "ascending" or "descending".

path: string

The path in the JSON document to include in the composite index.