public sealed class ExecuteDashboardQueryResponse : IMessage<ExecuteDashboardQueryResponse>, IEquatable<ExecuteDashboardQueryResponse>, IDeepCloneable<ExecuteDashboardQueryResponse>, IBufferMessage, IMessageReference documentation and code samples for the Chronicle v1 API class ExecuteDashboardQueryResponse.
Response message for executing a dashboard query.
Implements
IMessageExecuteDashboardQueryResponse, IEquatableExecuteDashboardQueryResponse, IDeepCloneableExecuteDashboardQueryResponse, IBufferMessage, IMessageNamespace
Google.Cloud.Chronicle.V1Assembly
Google.Cloud.Chronicle.V1.dll
Constructors
ExecuteDashboardQueryResponse()
public ExecuteDashboardQueryResponse()ExecuteDashboardQueryResponse(ExecuteDashboardQueryResponse)
public ExecuteDashboardQueryResponse(ExecuteDashboardQueryResponse other)| Parameter | |
|---|---|
| Name | Description |
other |
ExecuteDashboardQueryResponse |
Properties
DataSources
public RepeatedField<DataSource> DataSources { get; }Datasource of the query and results.
| Property Value | |
|---|---|
| Type | Description |
RepeatedFieldDataSource |
|
LanguageFeatures
public RepeatedField<LanguageFeature> LanguageFeatures { get; }Optional. Language features found in the query.
| Property Value | |
|---|---|
| Type | Description |
RepeatedFieldLanguageFeature |
|
LastBackendCacheRefreshedTime
public Timestamp LastBackendCacheRefreshedTime { get; set; }Optional. Last time the cache was refreshed. This would be used by the UI to show the last updated time.
| Property Value | |
|---|---|
| Type | Description |
Timestamp |
|
QueryRuntimeErrors
public RepeatedField<QueryRuntimeError> QueryRuntimeErrors { get; }Runtime errors
| Property Value | |
|---|---|
| Type | Description |
RepeatedFieldQueryRuntimeError |
|
Results
public RepeatedField<ExecuteDashboardQueryResponse.Types.ColumnData> Results { get; }Result rows that are queried.
| Property Value | |
|---|---|
| Type | Description |
RepeatedFieldExecuteDashboardQueryResponseTypesColumnData |
|
TimeWindow
public Interval TimeWindow { get; set; }Time window against which query was executed.
| Property Value | |
|---|---|
| Type | Description |
Interval |
|