Show / Hide Table of Contents

Class NonADBRemapTablespaceDetails

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

Inheritance
object
TargetTypeTablespaceDetails
NonADBRemapTablespaceDetails
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 NonADBRemapTablespaceDetails : TargetTypeTablespaceDetails

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