Options
All
  • Public
  • Public/Protected
  • All
Menu

Namespace AddDataFilesDetails

The details required to add data files or temp files to the tablespace. lease provide either credentialDetails or databaseCredential. It's recommended to provide databaseCredential

Properties

Optional autoExtendMaxSize

autoExtendMaxSize: model.TablespaceStorageSize

The maximum disk space allowed for automatic extension of the data files or temp files.

Optional autoExtendNextSize

autoExtendNextSize: model.TablespaceStorageSize

The size of the next increment of disk space to be allocated automatically when more extents are required.

Optional credentialDetails

Optional dataFiles

dataFiles: Array<string>

The list of data files or temp files added to the tablespace.

Optional databaseCredential

Optional fileCount

fileCount: undefined | number

The number of data files or temp files to be added for the tablespace. This is for Oracle Managed Files only. Note: Numbers greater than Number.MAX_SAFE_INTEGER will result in rounding issues.

Optional fileSize

fileSize: model.TablespaceStorageSize

The size of each data file or temp file.

fileType

fileType: FileType

Specifies whether the file is a data file or temp file.

Optional isAutoExtensible

isAutoExtensible: undefined | false | true

Specifies whether the data file or temp file can be extended automatically.

Optional isMaxSizeUnlimited

isMaxSizeUnlimited: undefined | false | true

Specifies whether the disk space of the data file or temp file can be limited.

Optional isReusable

isReusable: undefined | false | true

Specifies whether Oracle can reuse the data file or temp file. Reuse is only allowed when the file name is provided.

Functions

getDeserializedJsonObj

getJsonObj