Class CreateIndexOptions

| MongoDB CSharp Driver API Reference (original) (raw)

Namespace

MongoDB.Driver

Assembly

MongoDB.Driver.dll

Options for creating an index.

public class CreateIndexOptions<TDocument> : CreateIndexOptions

Type Parameters

TDocument

The type of the document.

Inheritance

object

CreateIndexOptions

CreateIndexOptions

Inherited Members

CreateIndexOptions.Background

CreateIndexOptions.Bits

CreateIndexOptions.BucketSize

CreateIndexOptions.Collation

CreateIndexOptions.DefaultLanguage

CreateIndexOptions.ExpireAfter

CreateIndexOptions.Hidden

CreateIndexOptions.LanguageOverride

CreateIndexOptions.Max

CreateIndexOptions.Min

CreateIndexOptions.Name

CreateIndexOptions.Sparse

CreateIndexOptions.SphereIndexVersion

CreateIndexOptions.StorageEngine

CreateIndexOptions.TextIndexVersion

CreateIndexOptions.Unique

CreateIndexOptions.Version

CreateIndexOptions.Weights

object.Equals(object)

object.Equals(object, object)

object.GetHashCode()

object.GetType()

object.MemberwiseClone()

object.ReferenceEquals(object, object)

object.ToString()

Properties

PartialFilterExpression

Gets or sets the partial filter expression.

WildcardProjection

Gets or sets the wildcard projection.