Click or drag to resize

BulkAPIExportData Method

Export the mentioned table (or) view data.

Namespace:  ZohoAnalytics
Assembly:  ZohoAnalytics (in ZohoAnalytics.exe) Version: 0.0.0.0
Syntax
C#
public void ExportData(
	long viewId,
	string responseFormat,
	string filePath,
	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.
filePath
Type: SystemString
Path of the file where the data exported to be stored.
config
Type: System.Collections.GenericDictionaryString, Object
Contains any additional control configurations. Can be null.
See Also