Table of Contents

Class ExpandableConfig

Namespace
Homa.Sdk.Configuration
Assembly
Homa.Sdk.Configuration.dll

Project-level settings for the Configuration module. Edit these in Project Settings > HOMA > Configuration.

[Config("sdk-config-expandable", ProjectSettingsTabPath = "HOMA/Configuration/Expandable", CanCreateManually = false)]
public class ExpandableConfig
Inheritance
ExpandableConfig
Inherited Members

Properties

ExternCacheRetentionDays

Minimum duration in days since last read for a cached extern file to be considered stale. Defaults to 7 days.

[CreateProperty]
public int ExternCacheRetentionDays { get; set; }

Property Value

int

ExternCacheRetentionDuration

Minimum duration since last read for a cached extern file to be considered stale.

[JsonIgnore]
public TimeSpan ExternCacheRetentionDuration { get; }

Property Value

TimeSpan

ExternCacheRetentionSessions

Minimum number of sessions since last read for a cached extern file to be considered stale. Defaults to 30 sessions.

[CreateProperty]
public int ExternCacheRetentionSessions { get; set; }

Property Value

int