Table of Contents

Class CreateIndexOptions

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

Constructors

CreateIndexOptions()

public CreateIndexOptions()

Properties

Background

public bool? Background { get; set; }

Property Value

bool?

Bits

public int? Bits { get; set; }

Property Value

int?

BucketSize

public double? BucketSize { get; set; }

Property Value

double?

Collation

public Collation Collation { get; set; }

Property Value

Collation

DefaultLanguage

public string DefaultLanguage { get; set; }

Property Value

string

ExpireAfter

public TimeSpan? ExpireAfter { get; set; }

Property Value

TimeSpan?

LanguageOverride

public string LanguageOverride { get; set; }

Property Value

string

Max

public double? Max { get; set; }

Property Value

double?

Min

public double? Min { get; set; }

Property Value

double?

Name

public string Name { get; set; }

Property Value

string

Sparse

public bool? Sparse { get; set; }

Property Value

bool?

SphereIndexVersion

public int? SphereIndexVersion { get; set; }

Property Value

int?

StorageEngine

public BsonDocument StorageEngine { get; set; }

Property Value

BsonDocument

TextIndexVersion

public int? TextIndexVersion { get; set; }

Property Value

int?

Unique

public bool? Unique { get; set; }

Property Value

bool?

Version

public int? Version { get; set; }

Property Value

int?

Weights

public BsonDocument Weights { get; set; }

Property Value

BsonDocument