Get the value set for MaxResults.
Set the maximum rows returned by a ganalytics query.
MaxResults(object, value)MaxResults(object) <- value
# S4 method for .query,missing
MaxResults(object)
# S4 method for .query,ANY
MaxResults(object, value)
# S4 method for .query
MaxResults(object) <- value
A query object.
Replacement value for the max-results parameter of the query.
object = .query,value = missing: Return the maximum number of rows a query is allowed
to return.
object = .query,value = ANY: Set the maximum number of rows a query is allowed to
return.
.query: Set the maximum number of rows a query is allowed to
return.
Other query object functions: Dimensions,
Metrics, SamplingLevel,
SortBy, TableFilter
Other query object functions: Dimensions,
Metrics, SamplingLevel,
SortBy, TableFilter