Class UpdateADBDedicatedRemapTargetTablespaceDetails
Remap tablespace settings that are valid for Dedicated Autonomous Databases.
Inherited Members
Namespace: Oci.DatabasemigrationService.Models
Assembly: OCI.DotNetSDK.Databasemigration.dll
Syntax
public class UpdateADBDedicatedRemapTargetTablespaceDetails : UpdateTargetTypeTablespaceDetails
Properties
RemapTarget
Declaration
[JsonProperty(PropertyName = "remapTarget")]
public string RemapTarget { get; set; }
Property Value
Type | Description |
---|---|
string | Name of the tablespace on the target database to which the source database tablespace is to be remapped. |