Interface WatchQueryIndexOptions

interface WatchQueryIndexOptions {
    collectionName?: string;
    scopeName?: string;
    watchPrimary?: boolean;
}

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.

watchPrimary?: boolean

Specifies whether the primary indexes should be watched as well.