BlobRestoreRangeResponse

data class BlobRestoreRangeResponse(val endRange: String, val startRange: String)

Blob range

Constructors

Link copied to clipboard
constructor(endRange: String, startRange: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Blob end range. This is exclusive. Empty means account end.

Link copied to clipboard

Blob start range. This is inclusive. Empty means account start.