MarkLogic XCC/.Net Library

Session.CurrentServerPointInTime Property

Issues a query to the server and returns the most recent system commit timestamp. The value returned is as-of the time the query executes on the server. The returned value represents a point-in-time, or snapshot, of the contentbase. This value may be passed to RequestOptions.EffectivePointInTime to run queries as-of that contentbase state.

[Visual Basic]
Property CurrentServerPointInTime As UInt64
[C#]
ulong CurrentServerPointInTime {get;}

See Also

Session Interface | Marklogic.Xcc Namespace