Show / Hide Table of Contents

Class CreateADBDedicatedRemapTargetTablespaceDetails

Remap tablespace settings that are valid for Dedicated Autonomous Databases.

Inheritance
object
CreateTargetTypeTablespaceDetails
CreateADBDedicatedRemapTargetTablespaceDetails
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 CreateADBDedicatedRemapTargetTablespaceDetails : CreateTargetTypeTablespaceDetails

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