Fauna v10 .NET/C# Driver 0.2.0-beta
 
Loading...
Searching...
No Matches
Headers.cs
Go to the documentation of this file.
1namespace Fauna.Constants;
2
6internal readonly struct Headers
7{
11 public const string Authorization = "Authorization";
12
16 public const string LastTxnTs = "X-Last-Txn-Ts";
17
21 public const string Linearized = "X-Linearized";
22
26 public const string MaxContentionRetries = "X-Max-Contention-Retries";
27
31 public const string QueryTimeoutMs = "X-Query-Timeout-Ms";
32
36 public const string TypeCheck = "X-Typecheck";
37
41 public const string QueryTags = "X-Query-Tags";
42
46 public const string TraceParent = "Traceparent";
47
51 public const string Driver = "X-Driver";
52
56 public const string DriverEnv = "X-Driver-Env";
57
62 public const string Format = "X-Format";
63}