DataSetSummary

A subset of the possible data set attributes.

Types

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

Properties

Link copied to clipboard

The timestamp when the data set was created.

Link copied to clipboard

The name of the data set.

Link copied to clipboard

The type of data set. The only supported value is VSAM.

Link copied to clipboard

The format of the data set.

Link copied to clipboard

The last time the data set was referenced.

Link copied to clipboard

The last time the data set was updated.

Functions

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