Table of Contents

Property CheckMD5

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

CheckMD5

Gets or sets a value indicating whether to check the MD5 value.

public bool? CheckMD5 { get; set; }

Property Value

bool?

true if the MD5 value should be checked; otherwise, false.