| Package | com.esri.aws.services |
| Class | public class ResultSet |
| Property | Defined by | ||
|---|---|---|---|
| fields : Array
Contains an array of fields.
| ResultSet | ||
| rows : Array
Contains an array of row data.
| ResultSet | ||
| totalCount : int
The total number of results that meet the search criteria.
| ResultSet | ||
| fields | property |
public var fields:ArrayContains an array of fields.
| rows | property |
public var rows:ArrayContains an array of row data.
| totalCount | property |
public var totalCount:intThe total number of results that meet the search criteria. For example, if 50 records match the criteria and ResultSetRange:count is "20", totalCount is "50" even though only 20 records are actually returned to the client. The remaining 30 records can be retrieved in future requests using the object ResultSetRange.
See also