Table of Contents

Constructor GridFSBucketOptions

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

GridFSBucketOptions()

Initializes a new instance of the GridFSBucketOptions class.

public GridFSBucketOptions()

GridFSBucketOptions(GridFSBucketOptions)

Initializes a new instance of the GridFSBucketOptions class.

public GridFSBucketOptions(GridFSBucketOptions other)

Parameters

other GridFSBucketOptions

The other GridFSBucketOptions from which to copy the values.

GridFSBucketOptions(ImmutableGridFSBucketOptions)

Initializes a new instance of the GridFSBucketOptions class.

public GridFSBucketOptions(ImmutableGridFSBucketOptions other)

Parameters

other ImmutableGridFSBucketOptions

The other ImmutableGridFSBucketOptions from which to copy the values.