PrepareDataMoveResponse interface
Prepare DataMove Response
Properties
| correlation |
Co-relationId for move operation |
| object |
This property will be used as the discriminator for deciding the specific types in the polymorphic chain of types. |
| source |
Source Vault Properties |
Property Details
correlationId
Co-relationId for move operation
correlationId?: string
Property Value
string
objectType
This property will be used as the discriminator for deciding the specific types in the polymorphic chain of types.
objectType: "PrepareDataMoveResponse"
Property Value
"PrepareDataMoveResponse"
sourceVaultProperties
Source Vault Properties
sourceVaultProperties?: Record<string, string>
Property Value
Record<string, string>