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

Contains the statistics for an operation
Afficher le fichier Open project: jumpinjackie/fdotoolbox

Méthodes publiques

Méthode 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 méthode

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

MarkFeatureFailed() public méthode

Marks a failed row
public MarkFeatureFailed ( ) : void
Résultat void

MarkFeatureProcessed() public méthode

Marks a processed row.
public MarkFeatureProcessed ( ) : void
Résultat void

MarkFeatureProcessed() public méthode

Marks the feature batch processed.
public MarkFeatureProcessed ( int count ) : void
count int The count.
Résultat void

MarkFinished() public méthode

Mark the end time
public MarkFinished ( ) : void
Résultat void

MarkStarted() public méthode

Mark the start time
public MarkStarted ( ) : void
Résultat void

ToString() public méthode

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