Fauna csharp driver  4.2.0
Public Member Functions | Properties | List of all members
FaunaDB.Client.LastSeen Class Reference

Public Member Functions

void SetTxn (long time)
 Set the last seen transaction time to the given time, if time is greater than the previously-seen time. More...
 

Properties

long? Txn [get]
 Returns the last seen transaction time, if any. More...
 

Detailed Description

Definition at line 9 of file LastSeen.cs.

Member Function Documentation

◆ SetTxn()

void FaunaDB.Client.LastSeen.SetTxn ( long  time)

Set the last seen transaction time to the given time, if time is greater than the previously-seen time.

Definition at line 35 of file LastSeen.cs.

Property Documentation

◆ Txn

long? FaunaDB.Client.LastSeen.Txn
get

Returns the last seen transaction time, if any.

Definition at line 16 of file LastSeen.cs.


The documentation for this class was generated from the following file: