The LogConfig type exposes the following members.

Properties

  NameDescription
BufferSize
The size of the in-memory log buffer, in bytes.
FileMode
The absolute file mode for created log files.
InitLogIdCount
The initial number of log identifier entities created by the Berkeley DB environment
MaxFileSize
The maximum size of a single file in the log, in bytes. Because Offset is an unsigned four-byte value, MaxFileSize may not be larger than the maximum unsigned four-byte value.
RegionSize
Te size of the underlying logging area of the Berkeley DB environment, in bytes.

See Also