Table of Contents

Property IsSnapshot

Namespace
MongoDB.Driver.Core.Bindings
Assembly
MongoDB.Driver.Core.dll

IsSnapshot

Gets a value indicating whether this session is a snapshot session.

public bool IsSnapshot { get; }

Property Value

bool

true if this session is a snapshot session; otherwise, false.