Aqualogic Interaction API  
 

PT_CRAWL_INFO Members

PT_CRAWL_INFO overview

Public Static Fields

MAX_NUMBER_PROCESSING_THREADS Indicates the maximum number of pulling threads that a crawl will have
MAX_NUMBER_PULLING_THREADS Indicates the maximum number of pulling threads that a crawl will have
PT_CRAWL_INFO_CRAWL_DEPTH Indicates the maximum depth of nodes that should be crawled.
PT_CRAWL_INFO_CRAWL_DESCRIPTION Description of the Crawler
PT_CRAWL_INFO_INVALID Indicates the number of items in this enumeration
PT_CRAWL_INFO_THREADS Indicates the number of threads that should be used during a Crawl

Public Instance Constructors

PT_CRAWL_INFO Constructor Initializes a new instance of the PT_CRAWL_INFO class.

Public Instance Methods

Equals (inherited from Object)Determines whether the specified Object is equal to the current Object.
GetHashCode (inherited from Object)Serves as a hash function for a particular type. GetHashCode is suitable for use in hashing algorithms and data structures like a hash table.
GetType (inherited from Object)Gets the Type of the current instance.
ToString (inherited from Object)Returns a String that represents the current Object.

See Also

PT_CRAWL_INFO Class | com.plumtree.server Namespace | IPTCrawler