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 (KOR) Description (KOR) 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  Batch Size Batch Size 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>