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: 10.1.0.0 (10.1.1.12800)