ChangeStreamDocumentTDocumentWallTime Property |
Gets the wall time of the change stream event.
Namespace:
MongoDB.Driver
Assembly:
MongoDB.Driver.Core (in MongoDB.Driver.Core.dll) Version: 2.22.0+75246110ed1247226fcc7f8eb2c54ffab745693e
Syntax public DateTime? WallTime { get; }
Public ReadOnly Property WallTime As DateTime?
Get
member WallTime : Nullable<DateTime> with get
Property Value
Type:
NullableDateTime
The wall time.
See Also