Specifies the maximum size in bytes to which a system or trace log file can grow before logging will roll over into a new file.
Namespace:
FileNet.Api.Admin
Assembly:
FileNet.Api (in FileNet.Api.dll)
| Visual Basic (Declaration) |
|---|
Property MaxRollingFileSize As Nullable(Of Integer) |
| C# |
|---|
Nullable<int> MaxRollingFileSize { get; set; } |
| Visual C++ |
|---|
property Nullable<int> MaxRollingFileSize {
Nullable<int> get ();
void set (Nullable<int> value);
} |
| JavaScript |
|---|
function get_maxRollingFileSize();
function set_maxRollingFileSize(value); |