| Package | com.esri.aws.services |
| Class | public class FindDataSourceOptions |
| Property | Defined by | ||
|---|---|---|---|
| dataSource : String
Valid SpatialQuery data source.
| FindDataSourceOptions | ||
| filterField : String
Used with filterValue.
| FindDataSourceOptions | ||
| filterValue : String
Used with filterField.
| FindDataSourceOptions | ||
| findField : String
Field to search.
| FindDataSourceOptions | ||
| dataSource | property |
public var dataSource:StringValid SpatialQuery data source. If dataSource is not set the service will continue to process the query using a set of default data sources.
| filterField | property |
public var filterField:StringUsed with filterValue. Name of field (in data source) to be used to filter results.
| filterValue | property |
public var filterValue:StringUsed with filterField. If filterField or filterValue is not set the service will ignore both fields except when using the ArcWeb:INFOUSA.BusinessListing.US data source.
| findField | property |
public var findField:StringField to search. If findField is not set the service will use the default field of ‘NAME’ for the specified data source.