GigaSpaces XAP.NET Documentation
NumberOfBackups Method (numberOfBackups)
Class LibraryGigaSpaces.Core.Admin.ServiceGrid.MemcachedMemcachedDeploymentNumberOfBackups(Int32)
Sets the number of backups that will be deployed as part of this processing unit. Only applicable when the processing unit has an embedded space.
Declaration Syntax
C#Visual BasicVisual C++J#
public virtual MemcachedDeployment NumberOfBackups(
	int numberOfBackups
)
Public Overridable Function NumberOfBackups ( _
	numberOfBackups As Integer _
) As MemcachedDeployment
public:
virtual MemcachedDeployment^ NumberOfBackups(
	int numberOfBackups
)
public MemcachedDeployment NumberOfBackups(
	int numberOfBackups
)
Parameters
numberOfBackups (Int32)
The number of backups per instance to set for the processing unit deployment.
Return Value
The MemcachedDeployment set with the specified number of backups.

Assembly: GigaSpaces.Core (Module: GigaSpaces.Core) Version: 9.7.0.0 (9.7.2.11000)