Class CreateCollectionOptions<TDocument>
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
Gets or sets the ClusteredIndexOptions<TDocument>.
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.