Click or drag to resize

BulkAPIInitiateBulkExportUsingSQL Method

Initiate asynchronous export with the given SQL Query.

Namespace:  ZohoAnalytics
Assembly:  ZohoAnalytics (in ZohoAnalytics.exe) Version: 0.0.0.0
Syntax
C#
public long InitiateBulkExportUsingSQL(
	string sqlQuery,
	string responseFormat,
	Dictionary<string, Object> config
)

Parameters

sqlQuery
Type: SystemString
The SQL Query whose output is exported.
responseFormat
Type: SystemString
The format in which the data is to be exported.
config
Type: System.Collections.GenericDictionaryString, Object
Contains any additional control configurations. Can be null.

Return Value

Type: Int64
Export job id.
See Also