DataViewSummary

Structure for the summary of a Dataview.

Types

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

Properties

Link copied to clipboard

Time range to use for the Dataview. 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 flag to indicate Dataview should be updated automatically.

Link copied to clipboard

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

Th unique identifier for the Dataview Dataset.

Link copied to clipboard

The ARN identifier of the Dataview.

Link copied to clipboard

The unique identifier for the Dataview.

Link copied to clipboard

Information about the Dataview destination.

Link copied to clipboard

The structure with error messages.

Link copied to clipboard

The last time that a Dataview 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

Ordered set of column names used to partition data.

Link copied to clipboard

Columns to be used for sorting the data.

Link copied to clipboard

The status of a Dataview creation.

Functions

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