BBjRecoverFileStatus::getRecoveredSize

Description

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

Syntax

Return Value

Method

long

getRecoveredSize()

Parameters

None.

Return Value

The size, in bytes, of the recovered file.

Remarks

This will normally be less than or equal to the size of the original file since the recovered file does not have any history of changes to grow the file.

Example

rem ' Recover a file

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

See Also

BBjAPI

BBjFileSystem

BBjRecoverFileStatus

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