BulkAPI Class |
Namespace: ZohoAnalytics
public class BulkAPI
The BulkAPI type exposes the following members.
Name | Description | |
---|---|---|
ExportBulkData |
Export the mentioned job id.
| |
ExportData |
Export the mentioned table (or) view data.
| |
GetExportJobDetails |
Returns the details of the export job.
| |
GetImportJobDetails |
Returns the details of the import job.
| |
ImportBulkData |
Asynchronously import the data contained in the mentioned file into the table.
| |
ImportBulkDataInNewTable |
Asynchronously create a new table and import the data contained in the mentioned file into the created table.
| |
ImportData |
Import the data contained in the mentioned file into the table.
| |
ImportDataInNewTable |
Create a new table and import the data contained in the mentioned file into the created table.
| |
ImportRawData |
Import the raw data provided into the table.
| |
ImportRawDataInNewTable |
Create a new table and import the raw data provided into the created table.
| |
InitiateBulkExport |
Initiate asynchronous export for the mentioned table (or) view data.
| |
InitiateBulkExportUsingSQL |
Initiate asynchronous export with the given SQL Query.
|