Table of Contents

Class CreateViewOptions<TDocument>

Namespace
MongoDB.Driver
Assembly
MongoDB.Driver.dll

Options for creating a view.

public class CreateViewOptions<TDocument>

Type Parameters

TDocument

The type of the documents.

Inheritance
CreateViewOptions<TDocument>
Inherited Members

Properties

Collation

Gets or sets the collation.

public Collation Collation { get; set; }

Property Value

Collation

The collation.

DocumentSerializer

Gets or sets the document serializer.

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

Property Value

IBsonSerializer<TDocument>

The document serializer.

SerializerRegistry

Gets or sets the serializer registry.

public IBsonSerializerRegistry SerializerRegistry { get; set; }

Property Value

IBsonSerializerRegistry

The serializer registry.