Class CreateNonADBAutoCreateTablespaceDetails
Migration tablespace settings valid for NON-ADB target type using auto create feature.
Inherited Members
Namespace: Oci.DatabasemigrationService.Models
Assembly: OCI.DotNetSDK.Databasemigration.dll
Syntax
public class CreateNonADBAutoCreateTablespaceDetails : CreateTargetTypeTablespaceDetails
Properties
BlockSizeInKBs
Declaration
[JsonProperty(PropertyName = "blockSizeInKBs")]
[JsonConverter(typeof(StringEnumConverter))]
public DataPumpTablespaceBlockSizesInKb? BlockSizeInKBs { get; set; }
Property Value
Type | Description |
---|---|
DataPumpTablespaceBlockSizesInKb? | Size of Oracle database blocks in KB. |
ExtendSizeInMBs
Declaration
[JsonProperty(PropertyName = "extendSizeInMBs")]
public int? ExtendSizeInMBs { get; set; }
Property Value
Type | Description |
---|---|
int? | Size of extend in MB. Can only be specified if 'isBigFile' property is set to true. |
IsAutoCreate
Declaration
[JsonProperty(PropertyName = "isAutoCreate")]
public bool? IsAutoCreate { get; set; }
Property Value
Type | Description |
---|---|
bool? | True to auto-create tablespace in the target Database. |
IsBigFile
Declaration
[JsonProperty(PropertyName = "isBigFile")]
public bool? IsBigFile { get; set; }
Property Value
Type | Description |
---|---|
bool? | True set tablespace to big file. |