GigaSpaces XAP.NET Documentation
BatchSize Property
Class LibraryGigaSpaces.Core.CacheLocalViewFactoryBatchSize
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)
	Get
	Set
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: 14.5.0.0 (14.5.0)