This documentation is archived and is not being maintained.

QueryHistoryParameters::BatchSize Property

The batch size for the QueryHistory paging mechanism. The default value for this property is 256.

Namespace:  Microsoft.TeamFoundation.VersionControl.Client
Assembly:  Microsoft.TeamFoundation.VersionControl.Client (in Microsoft.TeamFoundation.VersionControl.Client.dll)

public:
property int BatchSize {
	int get ();
	void set (int value);
}

Property Value

Type: System::Int32
The batch size for the QueryHistory paging mechanism. The default value for this property is 256.

Show: