Table of Contents

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

Tenancy Tenancy

Row-based access controls for the store to apply.

TimeZoneId string

Client 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

Tenancy

TimeZoneId

Client timezone ID (e.g., "Pacific Standard Time") for relative dates.

[Key(1)]
public string TimeZoneId { get; init; }

Property Value

string

Methods

GetUtcOffset()

public TimeSpan GetUtcOffset()

Returns

TimeSpan