GigaSpaces XAP.NET Documentation
MaxRedoLogCapacity Property
Class LibraryGigaSpaces.XAP.ConfigurationGatewayTargetConfigurationElementMaxRedoLogCapacity
Gets or sets the redo log capacity for this gateway (use -1 for unlimited capacity).
Declaration Syntax
C#Visual BasicVisual C++J#
public Nullable<long> MaxRedoLogCapacity { get; set; }
Public Property MaxRedoLogCapacity As Nullable(Of Long)
public:
property Nullable<long long> MaxRedoLogCapacity {
	Nullable<long long> get ();
	void set (Nullable<long long> value);
}
/** @property */
public Nullable<long> get_MaxRedoLogCapacity()
/** @property */
public  void set_MaxRedoLogCapacity(Nullable<long> value)

Assembly: GigaSpaces.Core (Module: GigaSpaces.Core) Version: 10.2.0.0 (10.2.1.14000)