Class ImmutableGridFSBucketOptions
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.
- ReadConcern
 Gets the read concern.
- ReadPreference
 Gets the read preference.
- SerializerRegistry
 Gets the serializer registry.
- WriteConcern
 Gets the write concern.