Property LastWriteTimestamp
| MongoDB CSharp Driver API Reference (original) (raw)
Namespace
Assembly
MongoDB.Driver.dll
LastWriteTimestamp
Gets the last write timestamp (from the lastWrite field of the hello or legacy hello result).
public DateTime? LastWriteTimestamp { get; }
Property Value
The last write timestamp.