UploadRange

The range of part indexes for which to return presigned upload URLs from GetAttachmentUploadLinks.

Types

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

Properties

Link copied to clipboard

The ending part index of the range, exclusive. The range is half-open: startIndex is inclusive and endIndex is exclusive. For example, a range with startIndex of 1 and endIndex of 4 requests URLs for parts 1, 2, and 3. The range size (endIndex - startIndex) must not exceed 10. If you omit endIndex, the service defaults to startIndex + 10, capped by the total number of parts.

Link copied to clipboard

The starting part index of the range, inclusive. Part indexes start at 1.

Functions

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