System.GroomingConfiguration数据保持设置

System.GroomingConfiguration (ClassType)

用于 Service Manager 数据库中数据整理的设置

Element properties:

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

Class Hierarchy:

Class Properties:

Property Name Type Display Name (CHS) Description (CHS) Key Max Length Min Length Case Sensitive EnumType
System.Entity:
DisplayName  string  显示名称 对象的显示名称。 false 4000  False   
System.GroomingConfiguration:
TargetId  guid  目标标识符 目标标识符 true 256     
Category  enum  类别 类别 true 256    GroomingCategory 
RetentionPeriodInMinutes  int  保持期(分钟) 保持期(分钟) false 256     
Criteria  string  条件 条件 false 10000  False   
IsInternal  bool  为内部 为内部 false 256     
BatchSize  int  批大小 批大小 false 256     
StoredProcedure  string  存储过程 存储过程 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>