The GeoBatchDownloadResponse
object contains the download details for an uploaded Geo Batch file:
Key | Value |
---|---|
InputFile | [string] Input File name |
InputFileDownload | [string] Input File download path |
OutputFile | [string] Output File name |
OutputFileDownload | [string] Output File download path |
{ "InputFile": "SampleAddressFile.csv", "InputFileDownload": "https://path.to.input.file", "OutputFile": "SampleAddressFile_output.zip", "OutputFileDownload": "https://path.to.output.file"}