KxNode

class KxNode

A structure that stores metadata for a kdb node.

Types

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

Properties

Link copied to clipboard

The identifier of the availability zones where subnets for the environment are created.

Link copied to clipboard

The time when a particular node is started. The value is determined as epoch time in milliseconds. For example, the value for Monday, November 1, 2021 12:00:00 PM UTC is specified as 1635768000000.

Link copied to clipboard

A unique identifier for the node.

Functions

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