GigaSpaces XAP.NET Documentation
BatchSize Property
Class LibraryGigaSpaces.Core.CacheLocalViewConfigBatchSize
Gets or sets the local view batch size which will be used for synchronizing the view with the remote space. Null value indicates that the default value will be used.
Declaration Syntax
C#Visual BasicVisual C++J#
public Nullable<int> BatchSize { get; set; }
Public Property BatchSize As Nullable(Of Integer)
public:
property Nullable<int> BatchSize {
	Nullable<int> get ();
	void set (Nullable<int> value);
}
/** @property */
public Nullable<int> get_BatchSize()
/** @property */
public  void set_BatchSize(Nullable<int> value)

Assembly: GigaSpaces.Core (Module: GigaSpaces.Core) Version: 10.1.0.0 (10.1.1.12800)