GetChangesetResponse

The response from a describe changeset operation

Types

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

Properties

Link copied to clipboard

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

Time until 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

The ARN identifier of the Changeset.

Link copied to clipboard

The unique identifier for a Changeset.

Link copied to clipboard

Type that indicates how a Changeset is applied to a Dataset.

Link copied to clipboard

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 unique identifier for the FinSpace Dataset where the Changeset is created.

Link copied to clipboard

The structure with error messages.

Link copied to clipboard

Structure of the source file(s).

Link copied to clipboard

Options that define the location of the data being ingested.

Link copied to clipboard

The status of Changeset creation operation.

Link copied to clipboard

The unique identifier of the updated Changeset.

Link copied to clipboard

The unique identifier of the Changeset that is being updated.

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