Options
All
  • Public
  • Public/Protected
  • All
Menu

Namespace ResizeDataFileDetails

The details required to resize a data file or temp file within the tablespace. It takes 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

dataFile

dataFile: string

Name of the data file or temp file to be resized.

Optional databaseCredential

Optional fileSize

fileSize: model.TablespaceStorageSize

The new size of the 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.

Functions

getDeserializedJsonObj

getJsonObj