CompositePath interface

Represents a composite path in the indexing policy.

Properties

order

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

path

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

Property Details

order

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

order: "ascending" | "descending"

Property Value

"ascending" | "descending"

path

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

path: string

Property Value

string