Show / Hide Table of Contents

Class UpdateNonADBRemapTablespaceDetails

Migration tablespace settings valid for NON-ADB target type using remap feature.

Inheritance
object
UpdateTargetTypeTablespaceDetails
UpdateNonADBRemapTablespaceDetails
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 UpdateNonADBRemapTablespaceDetails : UpdateTargetTypeTablespaceDetails

Properties

RemapTarget

Declaration
[JsonProperty(PropertyName = "remapTarget")]
public string RemapTarget { get; set; }
Property Value
Type Description
string

Name of tablespace at target to which the source database tablespace need to be remapped.

In this article
Back to top