Table of Contents

Property Scope

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

Scope

Gets or sets the scope document.

public BsonDocument Scope { get; set; }

Property Value

BsonDocument

The scope document.

Remarks

The scode document defines global variables that are accessible from the map, reduce and finalize functions.