TransferAllDetailsResponse

data class TransferAllDetailsResponse(val dataAccountType: String, val transferAllBlobs: Boolean? = null, val transferAllFiles: Boolean? = null)

Details to transfer all data.

Constructors

Link copied to clipboard
constructor(dataAccountType: String, transferAllBlobs: Boolean? = null, transferAllFiles: Boolean? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Type of the account of data

Link copied to clipboard

To indicate if all Azure blobs have to be transferred

Link copied to clipboard

To indicate if all Azure Files have to be transferred