Show / Hide Table of Contents

Interface IPersistentQueryConfig

An interface to a persistent query configuration. Persistent Queries are uniquely identified by the Serial identifier and the current status reflected by the Status property.

Namespace: Deephaven.OpenAPI.Client
Assembly: DeephavenOpenAPI.dll
Syntax
public interface IPersistentQueryConfig

Properties

ConfigurationType

Declaration
string ConfigurationType { get; }
Property Value
Type Description
System.String

FullStackTrace

Declaration
string FullStackTrace { get; }
Property Value
Type Description
System.String

Internal

Declaration
IPersistentQueryConfigInternal Internal { get; }
Property Value
Type Description
IPersistentQueryConfigInternal

Name

Declaration
string Name { get; }
Property Value
Type Description
System.String

Objects

Declaration
string[][] Objects { get; }
Property Value
Type Description
System.String[][]

Owner

Declaration
string Owner { get; }
Property Value
Type Description
System.String

Scheduling

Declaration
string[] Scheduling { get; }
Property Value
Type Description
System.String[]

ScriptLanguage

Declaration
string ScriptLanguage { get; }
Property Value
Type Description
System.String

Serial

Declaration
long Serial { get; }
Property Value
Type Description
System.Int64

ServiceId

Declaration
string ServiceId { get; }
Property Value
Type Description
System.String

Status

Declaration
PersistentQueryStatus Status { get; }
Property Value
Type Description
PersistentQueryStatus
Back to top Generated by DocFX