Provides access to members that control a crawler capable of traversing tables.
Members
Name | Description | |
---|---|---|
CrawlerItemType | The type of item returned by the crawler. | |
GroupField | The name of the field that contains values that identify groups of related items. | |
OrderByGroup | Indicates whether the table crawler orders rows by values in the group name field. | |
QueryFilter | The query filter associated with the specified 'Table'. Only rows that match the specified filter's criteria are returned by the crawler. | |
SelectionSet | The selection set as a source of the data to crawl. | |
SourceField | The name of the field that references the raster dataset. | |
Table | The table as a source of the data to crawl. | |
TimeStampField | The name of the field that contains time stamp value associated with the row. |
ITableCrawler.CrawlerItemType Property
The type of item returned by the crawler.
Public WriteOnly Property CrawlerItemType
public void CrawlerItemType {set;}
ITableCrawler.GroupField Property
The name of the field that contains values that identify groups of related items.
Public Property GroupField As String
public string GroupField {get; set;}
ITableCrawler.OrderByGroup Property
Indicates whether the table crawler orders rows by values in the group name field.
Public Property OrderByGroup As Boolean
public bool OrderByGroup {get; set;}
ITableCrawler.QueryFilter Property
The query filter associated with the specified 'Table'. Only rows that match the specified filter's criteria are returned by the crawler.
Public Property QueryFilter As IQueryFilter
public IQueryFilter QueryFilter {get; set;}
ITableCrawler.SelectionSet Property
The selection set as a source of the data to crawl.
Public Property SelectionSet As ISelectionSet
public ISelectionSet SelectionSet {get; set;}
ITableCrawler.SourceField Property
The name of the field that references the raster dataset.
Public Property SourceField As String
public string SourceField {get; set;}
ITableCrawler.Table Property
The table as a source of the data to crawl.
Public Property Table As ITable
public ITable Table {get; set;}
ITableCrawler.TimeStampField Property
The name of the field that contains time stamp value associated with the row.
Public Property TimeStampField As String
public string TimeStampField {get; set;}
Classes that implement ITableCrawler
Classes | Description |
---|---|
TableCrawler | A crawler for tables. |