TotalValues

Whether to return the total number of values for the field.

Set TotalValues to False if you do not want to return the <autn:total_values> tag for the action. The total values tag shows the total number of values matched, which might be more than the total number of values returned (for example, if you set MaxValues ).

Setting TotalValues to False can improve performance for the action when you are not sorting by a field.

NOTE: When you set FieldDependence to True, it changes the default value of TotalValues to False.

Actions: GetQueryTagValues
GetTagValues
Type: Boolean
Default: True when FieldDependence is set to False (the default)
False when FieldDependence is set to True
Example: TotalValues=False
See Also: MaxValues