public sealed class DashboardChart.Types.DrillDownConfig.Types.DrillDown.Types.CustomDrillDownSettings : IMessage<DashboardChart.Types.DrillDownConfig.Types.DrillDown.Types.CustomDrillDownSettings>, IEquatable<DashboardChart.Types.DrillDownConfig.Types.DrillDown.Types.CustomDrillDownSettings>, IDeepCloneable<DashboardChart.Types.DrillDownConfig.Types.DrillDown.Types.CustomDrillDownSettings>, IBufferMessage, IMessageReference documentation and code samples for the Chronicle v1 API class DashboardChart.Types.DrillDownConfig.Types.DrillDown.Types.CustomDrillDownSettings.
Custom drill down settings.
Inheritance
object > DashboardChart.Types.DrillDownConfig.Types.DrillDown.Types.CustomDrillDownSettingsImplements
IMessageDashboardChartTypesDrillDownConfigTypesDrillDownTypesCustomDrillDownSettings, IEquatableDashboardChartTypesDrillDownConfigTypesDrillDownTypesCustomDrillDownSettings, IDeepCloneableDashboardChartTypesDrillDownConfigTypesDrillDownTypesCustomDrillDownSettings, IBufferMessage, IMessageNamespace
Google.Cloud.Chronicle.V1Assembly
Google.Cloud.Chronicle.V1.dll
Constructors
CustomDrillDownSettings()
public CustomDrillDownSettings()CustomDrillDownSettings(CustomDrillDownSettings)
public CustomDrillDownSettings(DashboardChart.Types.DrillDownConfig.Types.DrillDown.Types.CustomDrillDownSettings other)| Parameter | |
|---|---|
| Name | Description |
other |
DashboardChartTypesDrillDownConfigTypesDrillDownTypesCustomDrillDownSettings |
Properties
ActionCase
public DashboardChart.Types.DrillDownConfig.Types.DrillDown.Types.CustomDrillDownSettings.ActionOneofCase ActionCase { get; }| Property Value | |
|---|---|
| Type | Description |
DashboardChartTypesDrillDownConfigTypesDrillDownTypesCustomDrillDownSettingsActionOneofCase |
|
ExternalLink
public DashboardChart.Types.DrillDownConfig.Types.DrillDown.Types.CustomDrillDownSettings.Types.DrillDownExternalLink ExternalLink { get; set; }Drill down external link action config.
| Property Value | |
|---|---|
| Type | Description |
DashboardChartTypesDrillDownConfigTypesDrillDownTypesCustomDrillDownSettingsTypesDrillDownExternalLink |
|
Filter
public DashboardChart.Types.DrillDownConfig.Types.DrillDown.Types.CustomDrillDownSettings.Types.DrillDownFilter Filter { get; set; }Drill down filter action config.
| Property Value | |
|---|---|
| Type | Description |
DashboardChartTypesDrillDownConfigTypesDrillDownTypesCustomDrillDownSettingsTypesDrillDownFilter |
|
LeftClickColumn
public string LeftClickColumn { get; set; }Optional. Table chart column name to associate the custom drill down action on left click.
| Property Value | |
|---|---|
| Type | Description |
string |
|
NewTab
public bool NewTab { get; set; }Required. Whether to open the drill down action in a new tab.
| Property Value | |
|---|---|
| Type | Description |
bool |
|
Query
public DashboardChart.Types.DrillDownConfig.Types.DrillDown.Types.CustomDrillDownSettings.Types.DrillDownQuery Query { get; set; }Drill down query action config.
| Property Value | |
|---|---|
| Type | Description |
DashboardChartTypesDrillDownConfigTypesDrillDownTypesCustomDrillDownSettingsTypesDrillDownQuery |
|