Provides access to members that control a crawler capable of traversing tables.
Members
Name | Description | |
---|---|---|
BlockField | The name of the field that contains values that identify blocks of related items. | |
CrawlerItemType | The type of item returned by the crawler. | |
GroupField | The name of the field that contains values that identify groups of related items. | |
HasThumbnail | Indicates whether the input mosaic dataset has thumbnail. | |
MaximumMergeItemsCount | The maximum number of crawled rows allowed in a merged record. | |
MosaicDataset | The mosaic datset being crawled by the crawler. | |
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. |
ITableCrawler2.BlockField Property
The name of the field that contains values that identify blocks of related items.
Public Property BlockField As String
public string BlockField {get; set;}
ITableCrawler2.HasThumbnail Property
Indicates whether the input mosaic dataset has thumbnail.
Public ReadOnly Property HasThumbnail As Boolean
public bool HasThumbnail {get;}
ITableCrawler2.MaximumMergeItemsCount Property
The maximum number of crawled rows allowed in a merged record.
Public Property MaximumMergeItemsCount As Integer
public int MaximumMergeItemsCount {get; set;}
ITableCrawler2.MosaicDataset Property
The mosaic datset being crawled by the crawler.
Public Property MosaicDataset As IMosaicDataset
public IMosaicDataset MosaicDataset {get; set;}
Inherited Interfaces
Interfaces | Description |
---|---|
ITableCrawler | Provides access to members that control a crawler capable of traversing tables. |
Classes that implement ITableCrawler2
Classes | Description |
---|---|
TableCrawler | A crawler for tables. |