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(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(DictionaryString, 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(IEnumerableBsonElement) | 
            Initializes a new instance of the IndexOptionsDocument class and adds new elements from a list of elements.
              | |
| IndexOptionsDocument(IEnumerableKeyValuePairString, Object) | 
            Initializes a new instance of the IndexOptionsDocument class and adds new elements from a dictionary of key/value pairs.
              | |
| 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(IDictionary, IEnumerable) |  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(String, BsonValue) | 
            Initializes a new instance of the IndexOptionsDocument class and creates and adds a new element.
              |