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(DictionaryString, Object) |
Initializes a new instance of the IndexOptionsDocument class and adds new elements from a dictionary of key/value pairs.
|
![]() | IndexOptionsDocument(IEnumerableKeyValuePairString, 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(IEnumerableBsonElement) |
Initializes a new instance of the IndexOptionsDocument class and adds new elements from a list of elements.
|
![]() | IndexOptionsDocument(DictionaryString, Object, IEnumerableString) | Obsolete.
Initializes a new instance of the IndexOptionsDocument class and adds new elements from a dictionary of key/value pairs.
|
![]() | IndexOptionsDocument(IDictionaryString, Object, IEnumerableString) | 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.
|