C# 클래스 FdoToolbox.Core.ETL.Operations.OperationStatistics

Contains the statistics for an operation
파일 보기 프로젝트 열기: jumpinjackie/fdotoolbox

공개 메소드들

메소드 설명
AddOutputRows ( long rowProcessed ) : void

Adds to the count of the output rows.

MarkFeatureFailed ( ) : void

Marks a failed row

MarkFeatureProcessed ( ) : void

Marks a processed row.

MarkFeatureProcessed ( int count ) : void

Marks the feature batch processed.

MarkFinished ( ) : void

Mark the end time

MarkStarted ( ) : void

Mark the start time

ToString ( ) : string

Returns a T:System.String that represents the current T:System.Object.

메소드 상세

AddOutputRows() 공개 메소드

Adds to the count of the output rows.
public AddOutputRows ( long rowProcessed ) : void
rowProcessed long The row processed.
리턴 void

MarkFeatureFailed() 공개 메소드

Marks a failed row
public MarkFeatureFailed ( ) : void
리턴 void

MarkFeatureProcessed() 공개 메소드

Marks a processed row.
public MarkFeatureProcessed ( ) : void
리턴 void

MarkFeatureProcessed() 공개 메소드

Marks the feature batch processed.
public MarkFeatureProcessed ( int count ) : void
count int The count.
리턴 void

MarkFinished() 공개 메소드

Mark the end time
public MarkFinished ( ) : void
리턴 void

MarkStarted() 공개 메소드

Mark the start time
public MarkStarted ( ) : void
리턴 void

ToString() 공개 메소드

Returns a T:System.String that represents the current T:System.Object.
public ToString ( ) : string
리턴 string