GetRecordsRequest

Represents the input of a GetRecords operation.

Types

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

Properties

Link copied to clipboard
val limit: Int?

The maximum number of records to return from the shard. The upper limit is 1000.

Link copied to clipboard

A shard iterator that was retrieved from a previous GetShardIterator operation. This iterator can be used to access the stream records in this shard.

Functions

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