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)
- Document
- ClusteredCollectionOptions
Index
Properties
Properties
key
key: Document
Optional
name
name?: string
unique
unique: boolean