Class GridFSBucketOptions

| MongoDB CSharp Driver API Reference (original) (raw)

Namespace

MongoDB.Driver.GridFS

Assembly

MongoDB.Driver.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.

ReadConcern

Gets or sets the read concern.

ReadPreference

Gets or sets the read preference.

WriteConcern

Gets or sets the write concern.