BBjRecoverFileStatus::getOriginalRecordSize

Description

In BBj 18.0 and higher, this method returns the file recovery record size from the original file. This is also the record size in the recovered file.

Syntax

Return Value

Method

int

getOriginalRecordSize()

Parameters

None.

Return Value

The record size indicated by the original file header.

Remarks

None.

Example

rem ' Recover a file

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

See Also

BBjAPI

BBjFileSystem

BBjRecoverFileStatus

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