System.GroomingConfigurationConfiguración de retención de datos

System.GroomingConfiguration (ClassType)

Configuración para la limpieza de datos en la base de datos de 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 (ESN) Description (ESN) Key Max Length Min Length Case Sensitive EnumType
System.Entity:
DisplayName  string  Nombre para mostrar Nombre para mostrar del objeto. false 4000  False   
System.GroomingConfiguration:
TargetId  guid  Identificador de destino Identificador de destino true 256     
Category  enum  Categoría Categoría true 256    GroomingCategory 
RetentionPeriodInMinutes  int  Período de retención en minutos Período de retención en minutos false 256     
Criteria  string  Criterios Criterios false 10000  False   
IsInternal  bool  Es interno Es interno false 256     
BatchSize  int  Tamaño del lote Tamaño del lote false 256     
StoredProcedure  string  Procedimiento almacenado Procedimiento almacenado 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>