Warning:
Fauna is decommissioning FQL v4 on June 30, 2025.

This driver is not compatible with FQL v10, the latest version. Fauna accounts created after August 21, 2024 must use FQL v10.
Ensure you migrate existing projects to the official v10 driver by the v4 EOL date: https://github.com/fauna/fauna-dotnet.

For more information, see the v4 end of life (EOL) announcement and related FAQ.

Fauna csharp driver  5.0.0-preview
Properties | List of all members
FaunaDB.Client.EventField Class Reference

Properties

string Value [get]
 
static EventField DocumentField [get]
 
static EventField PrevField [get]
 
static EventField DiffField [get]
 
static EventField ActionField [get]
 

Detailed Description

Definition at line 3 of file EventField.cs.

Property Documentation

◆ ActionField

EventField FaunaDB.Client.EventField.ActionField
staticget

Definition at line 18 of file EventField.cs.

◆ DiffField

EventField FaunaDB.Client.EventField.DiffField
staticget

Definition at line 16 of file EventField.cs.

◆ DocumentField

EventField FaunaDB.Client.EventField.DocumentField
staticget

Definition at line 12 of file EventField.cs.

◆ PrevField

EventField FaunaDB.Client.EventField.PrevField
staticget

Definition at line 14 of file EventField.cs.

◆ Value

string FaunaDB.Client.EventField.Value
get

Definition at line 10 of file EventField.cs.


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