Click or drag to resize
CollectionOptions Class
A builder for the options used when creating a collection.
Inheritance Hierarchy
SystemObject
  MongoDB.Driver.BuildersCollectionOptions

Namespace: MongoDB.Driver.Builders
Assembly: MongoDB.Driver.Legacy (in MongoDB.Driver.Legacy.dll) Version: 2.0.1
Syntax
public static class CollectionOptions

The CollectionOptions type exposes the following members.

Methods
  NameDescription
Public methodStatic memberSetAutoIndexId
Sets whether to automatically create an index on the _id element.
Public methodStatic memberSetCapped
Sets whether the collection is capped.
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.
Top
Properties
  NameDescription
Public propertyStatic memberNull
Gets a null value with a type of IMongoCollectionOptions.
Top
See Also