Table of Contents

Property DisableMD5

Namespace
MongoDB.Driver.GridFS
Assembly
MongoDB.Driver.GridFS.dll

DisableMD5

Gets or sets whether to disable MD5 checksum computation when uploading a GridFS file.

public bool DisableMD5 { get; set; }

Property Value

bool

Whether or not MD5 checksum computation is disabled when uploading a GridFS file.