Microsoft.SystemCenter.Warehouse.ETLLogETL 記錄

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 (ZHH) Description (ZHH) Key Max Length Min Length Case Sensitive EnumType
System.Entity:
DisplayName  string  顯示名稱 顯示物件的名稱。 false 4000  False   
Microsoft.SystemCenter.Warehouse.ETLLog:
BatchId  int  批次識別碼 批次識別碼 true 256     
WorkItemId  int  工作項目識別碼 工作項目識別碼 true 256     
Status  enum  狀態 狀態 true 256    ETLStatus 
Watermark  string  浮水印 浮水印 false 256  False   
RowsInserted  int  插入的資料列 插入的資料列 false 256     
RowsUpdated  int  更新的資料列 更新的資料列 false 256     
RetryCount  int  重試計數 重試計數 false 256     
ErrorCount  int  錯誤計數 錯誤計數 false 256     
Errors  string  錯誤 錯誤 false 256  False   
StartTime  datetime  開始時間 開始時間 false 256     
CompletedTime  datetime  完成時間 完成時間 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>