GigaSpaces XAP.NET Documentation
BufferSize Property
Class LibraryGigaSpaces.CoreSpaceIteratorConfigBufferSize
Gets or sets the iterator's buffer size (i.e. how many entries the iterator will buffer).
Declaration Syntax
C#Visual BasicVisual C++J#
public int BufferSize { get; set; }
Public Property BufferSize As Integer
	Get
	Set
public:
property int BufferSize {
	int get ();
	void set (int value);
}
/** @property */
public int get_BufferSize()
/** @property */
public  void set_BufferSize(int value)

Assembly: GigaSpaces.Core (Module: GigaSpaces.Core) Version: 14.0.0.0 (14.0.0.20000)