AggregateOptions.AllowDiskUse Property (original) (raw)

AggregateOptionsAllowDiskUse Property

Gets or sets a value indicating whether to allow disk use.

Namespace: MongoDB.Driver
Assembly: MongoDB.Driver (in MongoDB.Driver.dll) Version: 2.10.0+569905ff5e778c38ea19d9d0392496a83e1704ed

Syntax

C#

VB

F#

Copy

public Nullable AllowDiskUse { get; set; }

Public Property AllowDiskUse As Nullable(Of Boolean) Get Set

member AllowDiskUse : Nullable with get, set

Property Value

Type: NullableBoolean

See Also

Reference

AggregateOptions Class

MongoDB.Driver Namespace