Click or drag to resize

BulkAPI Methods

The BulkAPI type exposes the following members.

Methods
  NameDescription
Public methodExportBulkData
Export the mentioned job id.
Public methodExportData
Export the mentioned table (or) view data.
Public methodGetExportJobDetails
Returns the details of the export job.
Public methodGetImportJobDetails
Returns the details of the import job.
Public methodImportBulkData
Asynchronously import the data contained in the mentioned file into the table.
Public methodImportBulkDataInNewTable
Asynchronously create a new table and import the data contained in the mentioned file into the created table.
Public methodImportData
Import the data contained in the mentioned file into the table.
Public methodImportDataInNewTable
Create a new table and import the data contained in the mentioned file into the created table.
Public methodImportRawData
Import the raw data provided into the table.
Public methodImportRawDataInNewTable
Create a new table and import the raw data provided into the created table.
Public methodInitiateBulkExport
Initiate asynchronous export for the mentioned table (or) view data.
Public methodInitiateBulkExportUsingSQL
Initiate asynchronous export with the given SQL Query.
Top
See Also