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 (ZHH) Description (ZHH) 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>