Table of Contents

Property LastWriteTimestamp

Namespace
MongoDB.Driver.Core.Servers
Assembly
MongoDB.Driver.Core.dll

LastWriteTimestamp

Gets the last write timestamp (from the lastWrite field of the hello or legacy hello result).

public DateTime? LastWriteTimestamp { get; }

Property Value

DateTime?

The last write timestamp.