Click or drag to resize

performanceDataLoadTake Class

Home | imbSCI | imbACE | imbNLP | imbWEM | imbWBI

[This is preliminary documentation and is subject to change.]

[Missing <summary> documentation for "T:imbWEM.Core.crawler.engine.performanceDataLoadTake"]

Inheritance Hierarchy
SystemObject
  performanceTake
    imbWEM.Core.crawler.engineperformanceDataLoadTake

Namespace:  imbWEM.Core.crawler.engine
Assembly:  imbWEM.Core (in imbWEM.Core.dll) Version: 0.1.0.0 (0.1.0.0)
Syntax
C#
public class performanceDataLoadTake : performanceTake, 
	IPerformanceTake

The performanceDataLoadTake type exposes the following members.

Constructors
  NameDescription
Public methodperformanceDataLoadTake
Initializes a new instance of the performanceDataLoadTake class
Top
Properties
  NameDescription
Public propertyContentPages
Number of content pages processed
Public propertyContentTerms
Number of content terms processed
Public propertyCrawlerIterations
Number of crawler iterations
Public propertyid (Inherited from performanceTake.)
Public propertyidk (Inherited from performanceTake.)
Public propertyPerMinuteFactor
Multiplier to convert reading into n per minute value. mK = 60 / secondsSinceLastTake
(Inherited from performanceTake.)
Public propertyreading
Primary reading value
(Inherited from performanceTake.)
Public propertysamplingTime
Time of take creation
(Inherited from performanceTake.)
Public propertysecondsSinceLastTake
(Inherited from performanceTake.)
Top
Methods
  NameDescription
Public methodEquals (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Public methodToString (Inherited from Object.)
Top
See Also