Builder

class Builder

Properties

Link copied to clipboard
var activeFromTimestamp: <Error class: unknown class>?

Beginning time from which the changeset is active. 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 list of change request objects that are run in order.

Link copied to clipboard

A unique identifier for the changeset.

Link copied to clipboard
var createdTimestamp: <Error class: unknown class>?

The timestamp at which the changeset 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 kdb database.

Link copied to clipboard

A unique identifier for the kdb environment.

Link copied to clipboard

Provides details in the event of a failed flow, including the error type and the related error message.

Link copied to clipboard
var lastModifiedTimestamp: <Error class: unknown class>?

The timestamp at which the changeset 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

Status of the changeset creation process.

Functions

Link copied to clipboard