Stream.MaxBytesExceeded Type
The outcome of copyUpTo when the source produced more bytes than the configured limit.
Record fields
| Record Field |
Description
|
Full Usage:
BytesWritten
Field type: int64
|
The number of bytes actually written to the destination before the limit was hit.
|
Full Usage:
MaxBytes
Field type: int64
|
The configured maximum number of bytes
|
TDesu.FSharp