Click or drag to resize

CollectionOptions Methods

The CollectionOptions type exposes the following members.

Methods
  NameDescription
Public methodStatic memberSetAutoIndexId Obsolete.
Sets whether to automatically create an index on the _id element.
Public methodStatic memberSetCapped
Sets whether the collection is capped.
Public methodStatic memberSetCollation
Sets the collation.
Public methodStatic memberSetIndexOptionDefaults
Sets the index options defaults.
Public methodStatic memberSetMaxDocuments
Sets the max number of documents in a capped collection.
Public methodStatic memberSetMaxSize
Sets the max size of a capped collection.
Public methodStatic memberSetStorageEngineOptions
Sets the storage engine options.
Public methodStatic memberSetValidationAction
Sets the validation action.
Public methodStatic memberSetValidationLevel
Sets the validation level.
Public methodStatic memberSetValidator
Sets the validator.
Top
See Also