Table of Contents

Constructor ImmutableGridFSBucketOptions

Namespace
MongoDB.Driver.GridFS
Assembly
MongoDB.Driver.GridFS.dll

ImmutableGridFSBucketOptions()

Initializes a new instance of the ImmutableGridFSBucketOptions class.

public ImmutableGridFSBucketOptions()

ImmutableGridFSBucketOptions(GridFSBucketOptions)

Initializes a new instance of the ImmutableGridFSBucketOptions class.

public ImmutableGridFSBucketOptions(GridFSBucketOptions other)

Parameters

other GridFSBucketOptions

The other GridFSBucketOptions from which to copy the values.