FetchPageResult

Contains the page that was fetched.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Contains metrics about the number of I/O requests that were consumed.

Link copied to clipboard
val page: Page?

Contains details of the fetched page.

Link copied to clipboard

Contains server-side performance information for the command.

Functions

Link copied to clipboard
inline fun copy(block: FetchPageResult.Builder.() -> Unit = {}): FetchPageResult
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String