AnalyticsClientGetBulkInstance Method |
Creates a new BulkAPI instance.
Namespace:
ZohoAnalytics
Assembly:
ZohoAnalytics (in ZohoAnalytics.exe) Version: 0.0.0.0
Syntax public IBulkAPI GetBulkInstance(
long orgId,
long workspaceId
)
Parameters
- orgId
- Type: SystemInt64
The ID of the organization. - workspaceId
- Type: SystemInt64
The ID of the workspace.
Return Value
Type:
IBulkAPIBulkAPI instance.
See Also