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()
    class TFileWriterTransport
    @property
    ulong
    chunkSize
    ()
  2. void chunkSize(ulong value)

Meta