Class GridFSBucketOptions
| MongoDB CSharp Driver API Reference (original) (raw)
Namespace
Assembly
MongoDB.Driver.dll
Represents mutable options for a GridFS instance.
public class GridFSBucketOptions
Inheritance
GridFSBucketOptions
Inherited Members
Constructors
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
Gets or sets the bucket name.
Gets or sets the chunk size in bytes.
Gets or sets the read concern.
Gets or sets the read preference.
Gets or sets the write concern.