KeyRange

class KeyRange

Contains a key range. For export jobs, a S3Resource object can have an optional KeyRange value. The length of the range is defined at job creation, and has either an inclusive BeginMarker, an inclusive EndMarker, or both. Ranges are UTF-8 binary sorted.

Types

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

Properties

Link copied to clipboard

The key that starts an optional key range for an export job. Ranges are inclusive and UTF-8 binary sorted.

Link copied to clipboard

The key that ends an optional key range for an export job. Ranges are inclusive and UTF-8 binary sorted.

Functions

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