Microsoft.SystemCenter.Warehouse.ETLLogETL Günlüğü

Microsoft.SystemCenter.Warehouse.ETLLog (ClassType)

Element properties:

Base ClassSystem.AdminItem
AbstractFalse
HostedFalse
SingletonFalse
ExtensionFalse
AccessibilityPublic
ElementIdb1b1025b-7734-c5d8-6ec2-44fb46ea4298

Class Hierarchy:

Class Properties:

Property Name Type Display Name (TRK) Description (TRK) Key Max Length Min Length Case Sensitive EnumType
System.Entity:
DisplayName  string  Görünen Ad Nesnenin görünen adı. false 4000  False   
Microsoft.SystemCenter.Warehouse.ETLLog:
BatchId  int  Yığın Tanımlayıcı Yığın Tanımlayıcı true 256     
WorkItemId  int  İş Öğesi Kimliği İş Öğesi Kimliği true 256     
Status  enum  Durum Durum true 256    ETLStatus 
Watermark  string  Filigran Filigran false 256  False   
RowsInserted  int  Eklenen Sıralar Eklenen Sıralar false 256     
RowsUpdated  int  Güncelleştirilen Sıralar Güncelleştirilen Sıralar false 256     
RetryCount  int  Yeniden Deneme Sayısı Yeniden Deneme Sayısı false 256     
ErrorCount  int  Hata Sayısı Hata Sayısı false 256     
Errors  string  Hata sayısı Hata sayısı false 256  False   
StartTime  datetime  Başlangıç Saati Başlangıç Saati false 256     
CompletedTime  datetime  Tamamlama Saati Tamamlama Saati 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>