IndexOptionsDocument Constructor |
Name | Description | |
---|---|---|
![]() | IndexOptionsDocument() |
Initializes a new instance of the IndexOptionsDocument class.
|
![]() | IndexOptionsDocument(Boolean) |
Initializes a new instance of the IndexOptionsDocument class specifying whether duplicate element names are allowed
(allowing duplicate element names is not recommended).
|
![]() | IndexOptionsDocument(Dictionary<String, Object>) |
Initializes a new instance of the IndexOptionsDocument class and adds new elements from a dictionary of key/value pairs.
|
![]() | IndexOptionsDocument(IEnumerable<KeyValuePair<String, Object>>) |
Initializes a new instance of the IndexOptionsDocument class and adds new elements from a dictionary of key/value pairs.
|
![]() | IndexOptionsDocument(IDictionary) |
Initializes a new instance of the IndexOptionsDocument class and adds new elements from a dictionary of key/value pairs.
|
![]() | IndexOptionsDocument(BsonElement) |
Initializes a new instance of the IndexOptionsDocument class and adds one element.
|
![]() | IndexOptionsDocument(BsonElement[]) | Obsolete.
Initializes a new instance of the IndexOptionsDocument class and adds one or more elements.
|
![]() | IndexOptionsDocument(IEnumerable<BsonElement>) |
Initializes a new instance of the IndexOptionsDocument class and adds new elements from a list of elements.
|
![]() | IndexOptionsDocument(Dictionary<String, Object>, IEnumerable<String>) | Obsolete.
Initializes a new instance of the IndexOptionsDocument class and adds new elements from a dictionary of key/value pairs.
|
![]() | IndexOptionsDocument(IDictionary<String, Object>, IEnumerable<String>) | Obsolete.
Initializes a new instance of the IndexOptionsDocument class and adds new elements from a dictionary of key/value pairs.
|
![]() | IndexOptionsDocument(IDictionary, IEnumerable) | Obsolete.
Initializes a new instance of the IndexOptionsDocument class and adds new elements from a dictionary of key/value pairs.
|
![]() | IndexOptionsDocument(String, BsonValue) |
Initializes a new instance of the IndexOptionsDocument class and creates and adds a new element.
|