System.GroomingConfigurationIndstillinger for dataopbevaring

System.GroomingConfiguration (ClassType)

Indstillinger for permanent datasletning i Service Manager-databasen

Element properties:

Base ClassSystem.SolutionSettings
AbstractFalse
HostedFalse
SingletonFalse
ExtensionFalse
AccessibilityPublic
ElementId51e9b1e2-94b2-57b3-02f6-cee14b4d9f13

Class Hierarchy:

Class Properties:

Property Name Type Display Name (DAN) Description (DAN) Key Max Length Min Length Case Sensitive EnumType
System.Entity:
DisplayName  string  Vis navn Viser navnet for objektet. false 4000  False   
System.GroomingConfiguration:
TargetId  guid  Destinations-id Destinations-id true 256     
Category  enum  Kategori Kategori true 256    GroomingCategory 
RetentionPeriodInMinutes  int  Opbevaringsperiode i minutter Opbevaringsperiode i minutter false 256     
Criteria  string  Kriterier Kriterier false 10000  False   
IsInternal  bool  Er intern Er intern false 256     
BatchSize  int  Batchstørrelse Batchstørrelse false 256     
StoredProcedure  string  Lagret procedure Lagret procedure false 256  False   

Health Model:

Source Code:

<ClassType ID="System.GroomingConfiguration" Accessibility="Public" Base="System.SolutionSettings" Hosted="false" Abstract="false">
<Property ID="TargetId" Type="guid" Key="true" Required="true"/>
<Property ID="Category" Type="enum" EnumType="GroomingCategory" Key="true" Required="true"/>
<Property ID="RetentionPeriodInMinutes" Type="int" Required="true"/>
<Property ID="Criteria" Type="string" MaxLength="10000"/>
<Property ID="IsInternal" Type="bool" Required="true"/>
<Property ID="BatchSize" Type="int" Required="true"/>
<Property ID="StoredProcedure" Type="string" Required="true"/>
</ClassType>