CreateChangesetRequest

The request for a CreateChangeset operation.

Types

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

Properties

Link copied to clipboard

The option to indicate how a Changeset will be applied to a Dataset.

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 where the Changeset will be 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