MatchObjectSize

A filter condition that specifies the object size range of included objects in bytes. Only integers are supported.

Types

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

Properties

Link copied to clipboard

Specifies the minimum object size in Bytes. The value must be a positive number, greater than 0 and less than 5 TB.

Link copied to clipboard

Specifies the maximum object size in Bytes. The value must be a positive number, greater than the minimum object size and less than 5 TB.

Functions

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