Interface BuildQueryIndexOptions

interface BuildQueryIndexOptions {
    collectionName?: string;
    scopeName?: string;
    timeout?: number;
}

Properties

collectionName?: string

Specifies the collection of this index.

Deprecated

Use CollectionQueryIndexManager instead.

scopeName?: string

Specifies the collection scope of this index.

Deprecated

Use CollectionQueryIndexManager instead.

timeout?: number

The timeout for this operation, represented in milliseconds.