Class ValueGroupClientOptions
- Namespace
- Quilt4Net.Toolkit.Features.ValueGroup
- Assembly
- Quilt4Net.Toolkit.dll
Options for IValueGroupClient. Configuration path: Quilt4Net:ValueGroup.
public record ValueGroupClientOptions : IEquatable<ValueGroupClientOptions>
- Inheritance
-
ValueGroupClientOptions
- Implements
- Inherited Members
Properties
ApiKey
The API key minted for this Value Group on the server. Required. The key is tag-bound to exactly one Value Group server-side; the server resolves which group from the key itself, so no group id is configured on the client.
public string ApiKey { get; set; }
Property Value
HttpTimeout
Timeout for HTTP calls to the server. Default 5 seconds.
public TimeSpan HttpTimeout { get; set; }
Property Value
Quilt4NetAddress
Quilt4Net server base URL. Default is https://quilt4net.com/.
public string Quilt4NetAddress { get; set; }
Property Value
Ttl
How long the cached bundle is considered fresh. Default 5 minutes.
public TimeSpan? Ttl { get; set; }