CloudCacheSettings Class
NAMESPACE
RASAdminEngine.Core.OutputModels.UserProfile.FSLogix
DESCRIPTION
FSLogix Cloud Cache Settings
INHERITED FROM
RASSerilazableObj⇒CloudCacheSettings
INTERFACES
ISerializable
IComparable
PUBLIC PROPERTIES
ClearCacheOnForcedUnregister
Specifies the 'Clear cache on forced unregister'.
ClearCacheOnLogoff
Specifies the 'Clear cache on logoff'.
UInt32
HealthyProvidersRequiredForRegister
Specifies the 'Healthy providers required for register'.
UInt32
HealthyProvidersRequiredForUnregister
Specifies the 'Healthy providers required for unregister'.
UInt32
MaxCacheSizeInMBs
Specifies the 'Max cache size in MBs'.
UInt32
UnregisterTimeout
Specifies the 'Unregister timeout'.
Boolean
UseClearCacheOnForcedUnregister
Specifies if the 'Clear cache on forced unregister' option is enabled or disabled.
Boolean
UseClearCacheOnLogoff
Specifies if the 'Clear cache on logoff' option is enabled or disabled.
Boolean
UseHealthyProvidersRequiredForRegister
Specifies if the 'Healthy providers required for register' option is enabled or disabled.
Boolean
UseHealthyProvidersRequiredForUnregister
Specifies if the 'Healthy providers required for unregister' option is enabled or disabled.
Boolean
UseMaxCacheSizeInMBs
Specifies if the 'Max cache size in MBs' option is enabled or disabled.
Boolean
UseUnregisterTimeout
Specifies if the 'Unregister timeout' option is enabled or disabled.
PUBLIC METHODS
Int32
CompareTo (Object obj)
Void
Boolean
Equals (Object obj)
Int32
GetHashCode ()
Type
GetType ()
String
ToString ()
Last updated