Gets and sets the rollup key which the records of the dimension search query should use to create aggregated counts. By setting a rollupKey with this method, aggregated counts are returned as the value for the
CopyC#
Dgraph.AggrBins
key of the
CopyC#
DimVal
object's
CopyC#
PropertyMap
.

Namespace: Endeca.Navigation
Assembly: Endeca.Navigation (in Endeca.Navigation.dll) Version: 6.2.0.0 (0.0.0.0)

Syntax

C#
public virtual string DimSearchRollupKey { get; set; }
Visual Basic
Public Overridable Property DimSearchRollupKey As String
	Get
	Set
Visual C++
public:
virtual property String^ DimSearchRollupKey {
	String^ get ();
	void set (String^ value);
}

Field Value

The Endeca property or dimension that will be used to roll up the counts of the dimension search query in order to create aggregated counts.

See Also