Table of Contents

Property NoLock

Namespace
MongoDB.Driver.Core.Operations
Assembly
MongoDB.Driver.Core.dll

NoLock

Gets or sets a value indicating whether the server should not take a global write lock before evaluating the JavaScript function.

public bool? NoLock { get; set; }

Property Value

bool?

A value indicating whether the server should not take a global write lock before evaluating the JavaScript function.