NameDescriptionTypeAdditional information
_fileData

string data for the file; gets filled in when processing is complete, otherwise is empty

string

None.

_fileReady

flag to indicate data is valid; if false, file is probably still being processed. Client code will need to re-check until _fileData is true

boolean

None.

_fileName

name of the file requested (this allows the client code to confirm they are getting results for the correct file)

string

None.