Microsoft.KnowledgeServices.Lync.2010.ArchivingConfigLync Server Archiving Configuration

Microsoft.KnowledgeServices.Lync.2010.ArchivingConfig (ClassType)

Lync Server Archiving configuration

Element properties:

Base ClassMicrosoft.Windows.ApplicationComponent
AbstractFalse
HostedTrue
SingletonFalse
ExtensionFalse
AccessibilityPublic
ElementId1eee7255-326f-777c-5ae5-656b19f2d13b

Class Hierarchy:

Class Properties:

Property Name Type Display Name (ENU) Description (ENU) Key Max Length Min Length Case Sensitive
System.Entity:
DisplayName  string  Display Name Display name of monitoring object. false 256  False 
Microsoft.KnowledgeServices.Lync.2010.ArchivingConfig:
Identity  string  Identity Identity true 256  False 
EnableArchiving  bool  EnableArchiving EnableArchiving false 256   
EnablePurging  bool  EnablePurging EnablePurging false 256   
PurgeExportedArchivesOnly  bool  PurgeExportedArchivesOnly PurgeExportedArchivesOnly false 256   
KeepArchivingDataForDays  int  KeepArchivingDataForDays KeepArchivingDataForDays false 256   
PurgeHourOfDay  int  PurgeHourOfDay PurgeHourOfDay false 256   
CachePurgingInterval  int  CachePurgingInterval CachePurgingInterval false 256   

Health Model:

Source Code:

<ClassType ID="Microsoft.KnowledgeServices.Lync.2010.ArchivingConfig" Accessibility="Public" Abstract="false" Base="Windows!Microsoft.Windows.ApplicationComponent" Hosted="true" Singleton="false">
<Property ID="Identity" Type="string" Key="true" CaseSensitive="false" Length="256" MinLength="0"/>
<Property ID="EnableArchiving" Type="bool" Key="false" CaseSensitive="false" Length="256" MinLength="0"/>
<Property ID="EnablePurging" Type="bool" Key="false" CaseSensitive="false" Length="256" MinLength="0"/>
<Property ID="PurgeExportedArchivesOnly" Type="bool" Key="false" CaseSensitive="false" Length="256" MinLength="0"/>
<Property ID="KeepArchivingDataForDays" Type="int" Key="false" CaseSensitive="false" Length="256" MinLength="0"/>
<Property ID="PurgeHourOfDay" Type="int" Key="false" CaseSensitive="false" Length="256" MinLength="0"/>
<Property ID="CachePurgingInterval" Type="int" Key="false" CaseSensitive="false" Length="256" MinLength="0"/>
</ClassType>