ClusteredCollectionOptions | mongodb (original) (raw)

Interface ClusteredCollectionOptions

Configuration options for clustered collections

See

https://www.mongodb.com/docs/manual/core/clustered-collections/

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

Hierarchy (view full)

Index

Properties

key name? unique

Properties

key

key: Document

Optionalname

name?: string

unique

unique: boolean