Shuts down this cluster object. Cleaning up all resources associated with it.
Volatile: This API is subject to change at any time.
Creates a database object reference to a specific database.
The name of the database to reference.
Executes a query against the Analytics cluster.
The Analytics SQL++ statement to execute.
Optionaloptions: QueryOptionsOptional parameters for this operation.
Replace the credential used for subsequent HTTP requests, for example to refresh a JWT or rotate a client certificate. The new credential must be the same kind as the current one and takes effect on the next request.
The new credential to use.
Starts an asynchronous query against the Analytics cluster. Returns a QueryHandle that can be used to fetch results, and cancel the query.
The Analytics SQL++ statement to execute.
Optionaloptions: StartQueryOptionsOptional parameters for this operation.
StaticcreateEntry point for creating a new cluster object.
The HTTP endpoint of the cluster.
The credential to use for authenticating with the cluster.
Optionaloptions: ClusterOptionsOptions to configure the cluster connection and global settings.
Exposes the operations which are available to be performed against a cluster. Namely, the ability to access to Databases as well as performing management operations against the cluster.