Click or drag to resize

MongoGridFSSettings Properties

The MongoGridFSSettings type exposes the following members.

Properties
  NameDescription
Public propertyChunksCollectionName Obsolete.
Gets the chunks collection name.
Public propertyChunkSize
Gets or sets the chunk size.
Public propertyStatic memberDefaults
Gets or sets the default GridFS settings.
Public propertyFilesCollectionName Obsolete.
Gets the files collection name.
Public propertyGuidRepresentation
Gets or sets the GuidRepresentation.
Public propertyIsFrozen
Gets a value indicating whether the settings are frozen.
Public propertyReadEncoding
Gets or sets the read encoding.
Public propertyReadPreference
Gets or sets the ReadPreference.
Public propertyRoot
Gets or sets the root collection name (the files and chunks collection names are derived from the root).
Public propertyUpdateMD5
Gets or sets a value indicating whether to udpate the MD5 hash on the server when a file is uploaded or modified.
Public propertyVerifyMD5
Gets or sets a value indicating whether to verify the MD5 hash when a file is uploaded or downloaded.
Public propertyWriteConcern
Gets or sets the WriteConcern.
Public propertyWriteEncoding
Gets or sets the write encoding.
Top
See Also