Format returns general file format (json, csv, parquet, etc) Returns an empty string if there is no general format
()
| 49 | // Format returns general file format (json, csv, parquet, etc) |
| 50 | // Returns an empty string if there is no general format |
| 51 | Format() string |
| 52 | // SetKeepFilesUntilClose configures the iterator to keep all files until Close() is called. |
| 53 | SetKeepFilesUntilClose() |
| 54 | // Next returns a list of file downloaded from external sources |
no outgoing calls