.countFilesInProduct {onc.api} | R Documentation |
Given a runId, polls the "download" method to count the number of files available Uses HTTP HEAD to avoid downloading the files
Description
Given a runId, polls the "download" method to count the number of files available Uses HTTP HEAD to avoid downloading the files
Usage
.countFilesInProduct(self, runId = 0)
Arguments
self |
Caling object |
runId |
Run id returned by .runDataProduct() |
Value
(numeric) Number of files available for download
[Package onc.api version 2.0.1.0 Index]