Gets or sets the number of constituent records to retrieve per aggregate record.

Namespace:  Endeca.Data
Assembly:  Endeca.Data (in Endeca.Data.dll) Version: 2.1.3.0 (2.1.3.622)

Syntax

C#
[CommandParameterPropertyAttribute(Key = "Np")]
public Nullable<RecordsPerAggregateRecord> RecordsPerAggregateRecord { get; set; }
Visual Basic (Declaration)
<CommandParameterPropertyAttribute(Key := "Np")> _
Public Property RecordsPerAggregateRecord As Nullable(Of RecordsPerAggregateRecord)
Visual C++
[CommandParameterPropertyAttribute(Key = L"Np")]
public:
property Nullable<RecordsPerAggregateRecord> RecordsPerAggregateRecord {
	Nullable<RecordsPerAggregateRecord> get ();
	void set (Nullable<RecordsPerAggregateRecord> value);
}

See Also