StorageOptimizer

A structure describing the configuration and details of a storage optimizer.

Types

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

Properties

Link copied to clipboard

A map of the storage optimizer configuration. Currently contains only one key-value pair: is_enabled indicates true or false for acceleration.

Link copied to clipboard

A message that contains information about any error (if present).

Link copied to clipboard

When an acceleration result has an enabled status, contains the details of the last job run.

Link copied to clipboard

The specific type of storage optimizer. The supported value is compaction.

Link copied to clipboard

A message that contains information about any warnings (if present).

Functions

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