CreateCollectionOptionsIndexOptionDefaults Property |
Gets or sets the index option defaults.
Namespace: MongoDB.DriverAssembly: MongoDB.Driver (in MongoDB.Driver.dll) Version: 2.3.0
Syntax public IndexOptionDefaults IndexOptionDefaults { get; set; }
Public Property IndexOptionDefaults As IndexOptionDefaults
Get
Set
member IndexOptionDefaults : IndexOptionDefaults with get, set
Property Value
Type:
IndexOptionDefaults
The index option defaults.
See Also