MongoGridFSSettingsClone Method |
Creates a clone of the settings.
Namespace: MongoDB.Driver.GridFSAssembly: MongoDB.Driver.Legacy (in MongoDB.Driver.Legacy.dll) Version: 2.3.0
Syntax public MongoGridFSSettings Clone()
Public Function Clone As MongoGridFSSettings
member Clone : unit -> MongoGridFSSettings
Return Value
Type:
MongoGridFSSettingsA clone of the settings.
See Also