Microsoft.SystemCenter.Warehouse.ETLLogRegistro ETL

Microsoft.SystemCenter.Warehouse.ETLLog (ClassType)

Element properties:

Base ClassSystem.AdminItem
AbstractFalse
HostedFalse
SingletonFalse
ExtensionFalse
AccessibilityPublic
ElementId36ad9a14-bb8f-9ef3-415a-801cb85c57a6

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   
Microsoft.SystemCenter.Warehouse.ETLLog:
BatchId  int  Identificador de lotes Identificador de lotes true 256     
WorkItemId  int  Identificador del elemento de trabajo Identificador del elemento de trabajo true 256     
Status  enum  Estado Estado true 256    ETLStatus 
Watermark  string  Marca de agua Marca de agua false 256  False   
RowsInserted  int  Filas insertadas Filas insertadas false 256     
RowsUpdated  int  Filas actualizadas Filas actualizadas false 256     
RetryCount  int  Número de reintentos Número de reintentos false 256     
ErrorCount  int  Recuento de errores Recuento de errores false 256     
Errors  string  Errores Errores false 256  False   
StartTime  datetime  Hora de inicio Hora de inicio false 256     
CompletedTime  datetime  Hora completada Hora completada false 256     

Health Model:

Source Code:

<ClassType ID="Microsoft.SystemCenter.Warehouse.ETLLog" Base="AdminItem!System.AdminItem" Accessibility="Public" Hosted="false" Abstract="false">
<Property ID="BatchId" Type="int" Required="true" Key="true"/>
<Property ID="WorkItemId" Type="int" Required="true" Key="true"/>
<Property ID="Status" Type="enum" EnumType="ETLStatus" Key="true"/>
<Property ID="Watermark" Type="string"/>
<Property ID="RowsInserted" Type="int"/>
<Property ID="RowsUpdated" Type="int"/>
<Property ID="RetryCount" Type="int"/>
<Property ID="ErrorCount" Type="int"/>
<Property ID="Errors" Type="string"/>
<Property ID="StartTime" Type="datetime"/>
<Property ID="CompletedTime" Type="datetime"/>
</ClassType>