TFileWriterTransport.chunkSize

The size of the chunks the file is divided into, in bytes.

A single event (write call) never spans multiple chunks – this effectively limits the event size to chunkSize - EventSize.sizeof.

  1. ulong chunkSize()
  2. void chunkSize(ulong value)
    class TFileWriterTransport
    @property
    void
    chunkSize
    (
    ulong value
    )

Meta