Class QueryConfig
- Namespace
- The.Persistence
- Assembly
- Instagile.dll
Settings affecting query execution.
[MessagePackObject(false)]
public record QueryConfig : IEquatable<QueryConfig>
- Inheritance
-
QueryConfig
- Implements
- Inherited Members
Constructors
QueryConfig(Tenancy, string)
Settings affecting query execution.
public QueryConfig(Tenancy Tenancy, string TimeZoneId)
Parameters
TenancyTenancyRow-based access controls for the store to apply.
TimeZoneIdstringClient timezone ID (e.g., "Pacific Standard Time") for relative dates.
Properties
Tenancy
Row-based access controls for the store to apply.
[Key(0)]
public Tenancy Tenancy { get; init; }
Property Value
TimeZoneId
Client timezone ID (e.g., "Pacific Standard Time") for relative dates.
[Key(1)]
public string TimeZoneId { get; init; }
Property Value
Methods
GetUtcOffset()
public TimeSpan GetUtcOffset()