BulkAPIExportBulkData Method |
Export the mentioned job id.
Namespace:
ZohoAnalytics
Assembly:
ZohoAnalytics (in ZohoAnalytics.exe) Version: 0.0.0.0
Syntax public void ExportBulkData(
long jobId,
string filePath
)
Parameters
- jobId
- Type: SystemInt64
Id of the job to be exported. - filePath
- Type: SystemString
Path of the file where the data exported to be stored.
See Also