Show / Hide Table of Contents

Class ADBDedicatedRemapTargetTablespaceDetails

Remap tablespace settings that are valid for Dedicated Autonomous Databases.

Inheritance
object
TargetTypeTablespaceDetails
ADBDedicatedRemapTargetTablespaceDetails
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Oci.DatabasemigrationService.Models
Assembly: OCI.DotNetSDK.Databasemigration.dll
Syntax
public class ADBDedicatedRemapTargetTablespaceDetails : TargetTypeTablespaceDetails

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.

In this article
Back to top