Table of Contents

Class GridFSBucketOptions

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

Represents mutable options for a GridFS instance.

public class GridFSBucketOptions
Inheritance
GridFSBucketOptions
Inherited Members

Constructors

GridFSBucketOptions()

Initializes a new instance of the GridFSBucketOptions class.

GridFSBucketOptions(GridFSBucketOptions)

Initializes a new instance of the GridFSBucketOptions class.

GridFSBucketOptions(ImmutableGridFSBucketOptions)

Initializes a new instance of the GridFSBucketOptions class.

Properties

BucketName

Gets or sets the bucket name.

ChunkSizeBytes

Gets or sets the chunk size in bytes.

DisableMD5

Gets or sets whether to disable MD5 checksum computation when uploading a GridFS file.

ReadConcern

Gets or sets the read concern.

ReadPreference

Gets or sets the read preference.

WriteConcern

Gets or sets the write concern.