A11 TypeScript API - v0.2.1
A11 guides
Python API
C++ internals
Preparing search index...
NormalizedByteChunkingOptions
Interface NormalizedByteChunkingOptions
Validated, default-filled form of
ByteChunkingOptions
.
interface
NormalizedByteChunkingOptions
{
maxMessageSize
:
number
;
maxPendingBytes
:
number
;
maxPendingMessages
:
number
;
packetSize
:
number
;
}
Index
Properties
max
Message
Size
max
Pending
Bytes
max
Pending
Messages
packet
Size
Properties
max
Message
Size
maxMessageSize
:
number
max
Pending
Bytes
maxPendingBytes
:
number
max
Pending
Messages
maxPendingMessages
:
number
packet
Size
packetSize
:
number
Settings
Member Visibility
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
max
Message
Size
max
Pending
Bytes
max
Pending
Messages
packet
Size
A11 guides
Python API
C++ internals
A11 TypeScript API - v0.2.1
Loading...
Validated, default-filled form of ByteChunkingOptions.