RecordAppendOptions Enumeration
.NET Framework (current version)
Specifies how records are appended.
This enumeration has a FlagsAttribute attribute that allows a bitwise combination of its member values.
Assembly: System.IO.Log (in System.IO.Log.dll)
| Member name | Description | |
|---|---|---|
| ForceAppend | The record sequence should begin the process of flushing internal buffers after this record is appended. This does not indicate that the record should be durably written before the Append operation completes. To get that behavior, specify the ForceFlush flag. | |
| ForceFlush | The record sequence should flush any internal buffers after this record is appended. When the Append operation completes, the specified record has been durably written. | |
| None | Data is written lazily. |
.NET Framework
Available since 3.0
Available since 3.0
Show: