Class ConsoleAttachmentQuery

All Implemented Interfaces:
RemoteQuery<ConsoleAttachmentQuery.ConsoleAttachmentResult>, Serializable

public class ConsoleAttachmentQuery
extends ContextAwareRemoteQuery<ConsoleAttachmentQuery.ConsoleAttachmentResult>
Creates a new script session. The two use cases are creating a new script session for an interactive console; and for creating a new session to debug a persistent query. When attaching to an existing persistent query, the user executing the query must be an owner or admin of the query. The variables in the persistent query's primary script session are copied into the new script session's binding.
See Also:
Serialized Form