UpdateChangesetRequest

Request to update an existing changeset.

Types

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

Properties

Link copied to clipboard

The unique identifier for the Changeset to update.

Link copied to clipboard

A token that ensures idempotency. This token expires in 10 minutes.

Link copied to clipboard

The unique identifier for the FinSpace Dataset in which the Changeset is created.

Link copied to clipboard

Options that define the structure of the source file(s) including the format type (formatType), header row (withHeader), data separation character (separator) and the type of compression (compression).

Link copied to clipboard

Options that define the location of the data being ingested (s3SourcePath) and the source of the changeset (sourceType).

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