DataTransferDetailsValidationRequest interface
Request to validate export and import data details.
- Extends
Properties
data |
List of DataTransfer details to be used to export data from azure. |
data |
List of DataTransfer details to be used to import data to azure. |
device |
Device type. |
transfer |
Type of the transfer. |
validation |
Polymorphic discriminator, which specifies the different types this object can be |
Property Details
dataExportDetails
List of DataTransfer details to be used to export data from azure.
dataExportDetails?: DataExportDetails[]
Property Value
dataImportDetails
List of DataTransfer details to be used to import data to azure.
dataImportDetails?: DataImportDetails[]
Property Value
deviceType
transferType
validationType
Polymorphic discriminator, which specifies the different types this object can be
validationType: "ValidateDataTransferDetails"
Property Value
"ValidateDataTransferDetails"