Show / Hide Table of Contents

Interface ConfigFile.ISyncConfiguration

Configuration values related to SuperOffice Sync (i.e. qSoSync). Created in Database scope

Namespace: SuperOffice.Configuration
Assembly: SoCore.dll
Syntax
public interface ConfigFile.ISyncConfiguration

Properties

SettingsAbsoluteExpiration

Settings related to synchronization are configured using the SoSyncAdmin client, stored in the SuperOffice database and internally in SoSync held in a cache. This cache has two time-out values. One of the values are related to the absolute expiry time after the value is inserted in the cache and the second relates to the expiry time since the value was last used. This configuration value address the first related to time since read from the database. 900 seconds is default value.

Declaration
int SettingsAbsoluteExpiration { get; set; }
Property Value
Type Description
int

SettingsSlidingExpiration

Settings related to synchronization are configured using the SoSyncAdmin client, stored in the SuperOffice database and internally in SoSync held in a cache. This cache has two time-out values. One of the values are related to the absolute expiry time after the value is inserted in the cache and the second relates to the expiry time since the value was last used. This configuration value address the latter and refers to time since last used. 300 seconds is default value.

Declaration
int SettingsSlidingExpiration { get; set; }
Property Value
Type Description
int

Extension Methods

EnumUtil.MapEnums<From, To>(From)
Converters.MapEnums<From, To>(From)
© SuperOffice. All rights reserved.
SuperOffice |  Community |  Release Notes |  Privacy |  Site feedback |  Search Docs |  About Docs |  Contribute |  Back to top