GigaSpaces XAP.NET Documentation
NumberOfBackups Property
Class LibraryGigaSpaces.CoreClusterInfoNumberOfBackups
Gets or sets the number of backups that each primary instance will have in a cluster. Can have null value which means that it was not set and should not be taken into account.
Declaration Syntax
C#Visual BasicVisual C++J#
public Nullable<int> NumberOfBackups { get; set; }
Public Property NumberOfBackups As Nullable(Of Integer)
public:
property Nullable<int> NumberOfBackups {
	Nullable<int> get ();
	void set (Nullable<int> value);
}
/** @property */
public Nullable<int> get_NumberOfBackups()
/** @property */
public  void set_NumberOfBackups(Nullable<int> value)

Assembly: GigaSpaces.Core (Module: GigaSpaces.Core) Version: 10.0.0.0 (10.0.1.11800)