Progress

class Progress

This data type contains information about progress of an operation.

Types

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

Properties

Link copied to clipboard

The current number of uncompressed object bytes processed.

Link copied to clipboard

The current number of bytes of records payload data returned.

Link copied to clipboard

The current number of object bytes scanned.

Functions

Link copied to clipboard
inline fun copy(block: Progress.Builder.() -> Unit = {}): Progress
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