JvOpenResult Type
Result of a JVOpen or JVRTOpen call, containing metadata about the data session.
Record fields
| Record Field |
Description
|
Full Usage:
DownloadCount
Field type: int
|
Number of files that need to be downloaded.
|
Full Usage:
HasData
Field type: bool
|
True if data is available to read, false if no matching data exists (-1).
|
Full Usage:
LastFileTimestamp
Field type: string option
|
Timestamp of the most recent file (YYYYMMDDhhmmss format), if available.
|
Full Usage:
ReadCount
Field type: int
|
Total number of files matching the request criteria.
|
Xanthos