Table of Contents

Class CreateCollectionOptions<TDocument>

Namespace
MongoDB.Driver
Assembly
MongoDB.Driver.dll

Options for creating a collection.

public sealed class CreateCollectionOptions<TDocument> : CreateCollectionOptions

Type Parameters

TDocument

The type of the document.

Inheritance
CreateCollectionOptions<TDocument>
Inherited Members

Properties

ClusteredIndex

public ClusteredIndexOptions<TDocument> ClusteredIndex { get; set; }

Property Value

ClusteredIndexOptions<TDocument>

DocumentSerializer

Gets or sets the document serializer.

public IBsonSerializer<TDocument> DocumentSerializer { get; set; }

Property Value

IBsonSerializer<TDocument>

Validator

Gets or sets the validator.

public FilterDefinition<TDocument> Validator { get; set; }

Property Value

FilterDefinition<TDocument>

The validator.