Table of Contents

Class ImmutableGridFSBucketOptions

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

Represents immutable options for a GridFS instance.

public class ImmutableGridFSBucketOptions
Inheritance
ImmutableGridFSBucketOptions
Inherited Members

Constructors

ImmutableGridFSBucketOptions()

Initializes a new instance of the ImmutableGridFSBucketOptions class.

ImmutableGridFSBucketOptions(GridFSBucketOptions)

Initializes a new instance of the ImmutableGridFSBucketOptions class.

Properties

BucketName

Gets the bucket name.

ChunkSizeBytes

Gets the chunk size in bytes.

Defaults

Gets the default GridFSBucketOptions.

DisableMD5

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

ReadConcern

Gets the read concern.

ReadPreference

Gets the read preference.

SerializerRegistry

Gets the serializer registry.

WriteConcern

Gets the write concern.