Table of Contents

Class CreateCollectionOptions

Namespace
MongoDB.Driver
Assembly
MongoDB.Driver.dll
public class CreateCollectionOptions
Inheritance
CreateCollectionOptions
Derived
Inherited Members

Constructors

CreateCollectionOptions()

public CreateCollectionOptions()

Properties

AutoIndexId

public bool? AutoIndexId { get; set; }

Property Value

bool?

Capped

public bool? Capped { get; set; }

Property Value

bool?

Collation

public Collation Collation { get; set; }

Property Value

Collation

IndexOptionDefaults

public IndexOptionDefaults IndexOptionDefaults { get; set; }

Property Value

IndexOptionDefaults

MaxDocuments

public long? MaxDocuments { get; set; }

Property Value

long?

MaxSize

public long? MaxSize { get; set; }

Property Value

long?

NoPadding

public bool? NoPadding { get; set; }

Property Value

bool?

SerializerRegistry

public IBsonSerializerRegistry SerializerRegistry { get; set; }

Property Value

IBsonSerializerRegistry

StorageEngine

public BsonDocument StorageEngine { get; set; }

Property Value

BsonDocument

UsePowerOf2Sizes

public bool? UsePowerOf2Sizes { get; set; }

Property Value

bool?

ValidationAction

public DocumentValidationAction? ValidationAction { get; set; }

Property Value

DocumentValidationAction?

ValidationLevel

public DocumentValidationLevel? ValidationLevel { get; set; }

Property Value

DocumentValidationLevel?