Interface IWorkerSession
An interface to a Deephaven worker. From a worker session, new queries can be originated by specifying a root table in a number of ways.
Namespace: Deephaven.OpenAPI.Client
Assembly: DeephavenOpenAPI.dll
Syntax
public interface IWorkerSession : IDisposable
Properties
QueryScope
Declaration
IQueryScope QueryScope { get; }
Property Value
Type | Description |
---|---|
IQueryScope |