Click or drag to resize

BulkAPIInitiateBulkExport Method

Initiate asynchronous export for the mentioned table (or) view data.

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

Parameters

viewId
Type: SystemInt64
Id of the view to be 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