Click or drag to resize
FindOperationTDocumentSnapshot Property
Gets or sets whether to use snapshot behavior.

Namespace: MongoDB.Driver.Core.Operations
Assembly: MongoDB.Driver.Core (in MongoDB.Driver.Core.dll) Version: 2.4.1
Syntax
public Nullable<bool> Snapshot { get; set; }

Property Value

Type: NullableBoolean
Whether to use snapshot behavior.
See Also