CreateIndexRequest.Name Property (original) (raw)

CreateIndexRequestName Property

Gets or sets the index name.

Namespace: MongoDB.Driver.Core.Operations
Assembly: MongoDB.Driver.Core (in MongoDB.Driver.Core.dll) Version: 2.10.0+569905ff5e778c38ea19d9d0392496a83e1704ed

Syntax

C#

VB

F#

Copy

public string Name { get; set; }

Public Property Name As String Get Set

member Name : string with get, set

Property Value

Type: String
The index name.

See Also

Reference

CreateIndexRequest Class

MongoDB.Driver.Core.Operations Namespace