C# Class FdoToolbox.Core.ETL.Operations.OperationStatistics

Contains the statistics for an operation
Exibir arquivo Open project: jumpinjackie/fdotoolbox

Public Methods

Method Description
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.

Method Details

AddOutputRows() public method

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

MarkFeatureFailed() public method

Marks a failed row
public MarkFeatureFailed ( ) : void
return void

MarkFeatureProcessed() public method

Marks a processed row.
public MarkFeatureProcessed ( ) : void
return void

MarkFeatureProcessed() public method

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

MarkFinished() public method

Mark the end time
public MarkFinished ( ) : void
return void

MarkStarted() public method

Mark the start time
public MarkStarted ( ) : void
return void

ToString() public method

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