ModuleFetchResult

IMu.ModuleFetchResult

IMu.ModuleFetchResult

Since: 1.0

Description

Provides results from a call to the Module Fetch( ) method.

Properties

Property

Details

Count

int Count

The number of records returned in the result set.

Hits

long Hits

The best estimate of the size of the result set after the method has completed. When the object generates a result set using or using FindTerms( ) or FindWhere( ), the number of matches is occasionally an overestimate of the true number of matches. After the method has been called, the IMu server may have a better estimate of the true number of matches so it is included in the result set.

Rows

Map[] Rows

The array of the records actually fetched. Each record is represented by a Map object, with the map keys being the names of the columns requested in the call.