CopyParams

class CopyParams(val fromVolser: String? = null, val fromDataSet: String, val toVolser: String? = null, val toDataSet: String, val replace: Boolean = false, val copyAllMembers: Boolean = false)

This interface defines the options that can be sent into the copy data set function.

Constructors

Link copied to clipboard
fun CopyParams(fromVolser: String? = null, fromDataSet: String, toVolser: String? = null, toDataSet: String, replace: Boolean = false, copyAllMembers: Boolean = false)

Properties

Link copied to clipboard
val copyAllMembers: Boolean = false

Specified as true to indicate a copying of all members in partial dataset to another partial dataset request

Link copied to clipboard

The dataset to copy from.

Link copied to clipboard
val fromVolser: String? = null

The volume to copy from.

Link copied to clipboard
val replace: Boolean = false

Replace option

Link copied to clipboard

The dataset to copy too

Link copied to clipboard
val toVolser: String? = null

The volume to copy too