CreateKxDataviewResponse

Types

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

Properties

Link copied to clipboard

The option to select whether you want to apply all the future additions and corrections automatically to the dataview when you ingest new changesets. The default value is false.

Link copied to clipboard

The identifier of the availability zones.

Link copied to clipboard

The number of availability zones you want to assign per volume. Currently, FinSpace only supports SINGLE for volumes. This places dataview in a single AZ.

Link copied to clipboard

A unique identifier for the changeset.

Link copied to clipboard

The timestamp at which the dataview was created in FinSpace. 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

The name of the database where you want to create a dataview.

Link copied to clipboard

A unique identifier for the dataview.

Link copied to clipboard

A description of the dataview.

Link copied to clipboard

A unique identifier for the kdb environment, where you want to create the dataview.

Link copied to clipboard

The last time that the dataview was updated in FinSpace. 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

Returns True if the dataview is created as writeable and False otherwise.

Link copied to clipboard

The configuration that contains the database path of the data that you want to place on each selected volume. Each segment must have a unique database path for each volume. If you do not explicitly specify any database path for a volume, they are accessible from the cluster through the default S3/object store segment.

Link copied to clipboard

The status of dataview creation.

Functions

Link copied to clipboard
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