WriteBufferTuningOptions
Contents
[
Hide
]WriteBufferTuningOptions record
Buffer tuning for write operations.
public record WriteBufferTuningOptions
Constructors
| Name | Description |
|---|---|
| WriteBufferTuningOptions() | The default constructor. |
Properties
| Name | Description |
|---|---|
| static Default { get; } | Default tuning options. Read-only, WriteBufferTuningOptions. |
| MinimumSegmentSizeBytes { get; set; } | Minimum buffer segment the writer will request from its pool. Values are clamped to MinSegmentSizeBytes…MaxSegmentSizeBytes and aligned up to the nearest 4 KiB boundary. Read-only, Int32. |
| ProducerFlushThresholdBytes { get; set; } | Number of produced bytes after which a flush is attempted to apply backpressure for synchronous writers. Values are clamped to MinFlushThresholdBytes…MaxFlushThresholdBytes and aligned up to the nearest 4 KiB boundary. Read-only, Int32. |
Fields
| Name | Description |
|---|---|
| const MaxFlushThresholdBytes | Maximum allowed flush threshold in bytes (16 MiB). |
| const MaxSegmentSizeBytes | Maximum allowed segment size in bytes (4 MiB). |
| const MinFlushThresholdBytes | Minimum allowed flush threshold in bytes (4 KiB). |
| const MinSegmentSizeBytes | Minimum allowed segment size in bytes (4 KiB). |
See Also
- namespace Aspose.Medical.Dicom.Writers
- assembly Aspose.Medical