Show / Hide Table of Contents

Class UpdateADBDedicatedRemapTargetTablespaceDetails

Remap tablespace settings that are valid for Dedicated Autonomous Databases.

Inheritance
object
UpdateTargetTypeTablespaceDetails
UpdateADBDedicatedRemapTargetTablespaceDetails
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 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.

In this article
Back to top