BBjRecoverFileStatus::getOriginalSize

Description

In BBj 18.0 and higher, this method returns the file recovery original file size.

Syntax

Return Value

Method

long

getOriginalSize()

Parameters

None.

Return Value

The size, in bytes, of the original file.

Remarks

This is not directly related to the number of records due to the history of file changes.

Example

rem ' Recover a file

status! = BBjAPI().getFileSystem().recoverFile("recoverFile.dat")
print "Recovery original size:",status!.getOriginalSize()

See Also

BBjAPI

BBjFileSystem

BBjRecoverFileStatus

See the BBj Object Diagram for an illustration of the relationship between BBj Objects.