Gets or sets the redo log capacity for this gateway (use -1 for unlimited capacity).
Declaration Syntax
C# | Visual Basic | Visual C++ | J# |
public Nullable<long> MaxRedoLogCapacity { get; set; }
Public Property MaxRedoLogCapacity As Nullable(Of Long) Get Set
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)