TileReadCoalescing

Controls source-range coalescing for batch tile reads.

Constructors

Link copied to clipboard
constructor()

Creates coalescing options with the documented default values.

Types

Link copied to clipboard
class Builder

Mutable Kotlin builder for TileReadCoalescing.

Link copied to clipboard
object Companion

Factory for Kotlin DSL construction.

Properties

Link copied to clipboard

Maximum bytes when combining multiple tile payload reads. Individual tile payload reads may be larger. Set to zero to disable coalescing. Defaults to 512 KiB.

Link copied to clipboard

Maximum unread bytes to include between adjacent tile payloads. Defaults to zero.

Functions

Link copied to clipboard

Returns a mutable builder initialized from these coalescing options.