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.
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
Name
Declaration
Property Value
Type |
Description |
System.String |
|
Objects
Declaration
string[][] Objects { get; }
Property Value
Type |
Description |
System.String[][] |
|
Owner
Declaration
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
Property Value
Type |
Description |
System.Int64 |
|
ServiceId
Declaration
string ServiceId { get; }
Property Value
Type |
Description |
System.String |
|
Status
Declaration
PersistentQueryStatus Status { get; }
Property Value