Click or drag to resize

AnalyticsClient Class

AnalyticsClient provides the C# based language binding to the HTTPS based API of Zoho Analytics.
Inheritance Hierarchy
SystemObject
  ZohoAnalyticsAnalyticsClient

Namespace:  ZohoAnalytics
Assembly:  ZohoAnalytics (in ZohoAnalytics.exe) Version: 0.0.0.0
Syntax
C#
public class AnalyticsClient

The AnalyticsClient type exposes the following members.

Constructors
  NameDescription
Public methodAnalyticsClient
Creates a new AnalyticsClient instance.
Top
Methods
  NameDescription
Public methodGetBulkInstance
Creates a new BulkAPI instance.
Public methodGetConnectionTimeout
Returns the timeout until a connection is established.
Public methodGetDashboards
Returns list of all accessible dashboards.
Public methodGetOrgInstance
Creates a new OrgAPI instance.
Public methodGetOrgs
Returns list of all accessible organizations.
Public methodGetOwnedDashboards
Returns list of owned dashboards.
Public methodGetOwnedWorkspaces
Returns list of owned workspaces.
Public methodGetReadTimeout
Returns the read timeout value which will wait for the packet to receive from the server end.
Public methodGetRecentViews
Returns list of recently accessed views.
Public methodGetSharedDashboards
Returns list of shared dashboards.
Public methodGetSharedWorkspaces
Returns list of shared workspaces.
Public methodGetViewDetails
Returns details of the specified view.
Public methodGetViewInstance
Creates a new ViewAPI instance.
Public methodGetWorkspaceDetails
Returns details of the specified workspace.
Public methodGetWorkspaceInstance
Creates a new WorkspaceAPI instance.
Public methodGetWorkspaces
Returns list of all accessible workspaces.
Public methodSetAccountsServerURL
Sets the accounts server URL.
Public methodSetAnalyticsServerURL
Sets the analytics server URL.
Public methodSetConnectionTimeout
Sets the timeout until a connection is established.
Public methodSetProxy
To specify the proxy server details.
Public methodSetReadTimeout
Sets the read timeout which will wait for data response from the server end.
Top
See Also