Property LastWriteTimestamp

| MongoDB CSharp Driver API Reference (original) (raw)

Namespace

MongoDB.Driver.Core.Servers

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

DateTime?

The last write timestamp.