Dataset

class Dataset

The structure for a Dataset.

Types

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

Properties

Link copied to clipboard

The unique resource identifier for a Dataset.

Link copied to clipboard

The timestamp at which the Dataset 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 ARN identifier of the Dataset.

Link copied to clipboard

Description for a Dataset.

Link copied to clipboard

An identifier for a Dataset.

Link copied to clipboard

Display title for a Dataset.

Link copied to clipboard

The format in which Dataset data is structured.

Link copied to clipboard

The last time that the Dataset was modified. 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

Contact information for a Dataset owner.

Link copied to clipboard

Definition for a schema on a tabular Dataset.

Functions

Link copied to clipboard
inline fun copy(block: Dataset.Builder.() -> Unit = {}): Dataset
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