Segment

class Segment

Defines a non-overlapping region of a table's partitions, allowing multiple requests to be run in parallel.

Types

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

Properties

Link copied to clipboard

The zero-based index number of the segment. For example, if the total number of segments is 4, SegmentNumber values range from 0 through 3.

Link copied to clipboard

The total number of segments.

Functions

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