Interface ClusteredCollectionOptions

Configuration options for clustered collections

interface ClusteredCollectionOptions {
    key: Document;
    name?: string;
    unique: boolean;
}

Hierarchy (view full)

Properties

Properties

name?: string
unique: boolean