BulkAPIInitiateBulkExportUsingSQL Method |
Initiate asynchronous export with the given SQL Query.
Namespace:
ZohoAnalytics
Assembly:
ZohoAnalytics (in ZohoAnalytics.exe) Version: 0.0.0.0
Syntax 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:
Int64Export job id.
See Also