Gets or sets the iterator's buffer size (i.e. how many entries the iterator will buffer).
            

 Declaration Syntax
| C# | Visual Basic | Visual C++ | J# | 
public int BufferSize { get; set; }Public Property BufferSize As Integer
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: 9.7.0.0 (9.7.2.11000)