ImmutableGridFSBucketOptions Class |
Namespace: MongoDB.Driver.GridFS
The ImmutableGridFSBucketOptions type exposes the following members.
Name | Description | |
---|---|---|
ImmutableGridFSBucketOptions |
Initializes a new instance of the ImmutableGridFSBucketOptions class.
| |
ImmutableGridFSBucketOptions(GridFSBucketOptions) |
Initializes a new instance of the ImmutableGridFSBucketOptions class.
|
Name | Description | |
---|---|---|
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.
|
Name | Description | |
---|---|---|
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
ToString | (Inherited from Object.) |
Name | Description | |
---|---|---|
ToBson |
Serializes an object to a BSON byte array.
(Defined by BsonExtensionMethods.) | |
ToBsonDocument |
Serializes an object to a BsonDocument.
(Defined by BsonExtensionMethods.) | |
ToJson |
Serializes an object to a JSON string.
(Defined by BsonExtensionMethods.) |