| MongoGridFSSettings Properties | 
The MongoGridFSSettings type exposes the following members.
 Properties
Properties| Name | Description | |
|---|---|---|
|  | ChunksCollectionName | Obsolete. 
            Gets the chunks collection name.
             | 
|  | ChunkSize | 
            Gets or sets the chunk size.
             | 
|   | Defaults | 
            Gets or sets the default GridFS settings.
             | 
|  | FilesCollectionName | Obsolete. 
            Gets the files collection name.
             | 
|  | GuidRepresentation | 
            Gets or sets the GuidRepresentation.
             | 
|  | IsFrozen | 
            Gets a value indicating whether the settings are frozen.
             | 
|  | ReadEncoding | 
            Gets or sets the read encoding.
             | 
|  | ReadPreference | 
            Gets or sets the ReadPreference.
             | 
|  | Root | 
            Gets or sets the root collection name (the files and chunks collection names are derived from the root).
             | 
|  | UpdateMD5 | 
            Gets or sets a value indicating whether to udpate the MD5 hash on the server when a file is uploaded or modified.
             | 
|  | VerifyMD5 | 
            Gets or sets a value indicating whether to verify the MD5 hash when a file is uploaded or downloaded.
             | 
|  | WriteConcern | 
            Gets or sets the WriteConcern.
             | 
|  | WriteEncoding | 
            Gets or sets the write encoding.
             | 
 See Also
See Also