Chronicle v1 API - Class DashboardChart.Types.DrillDownConfig.Types.DrillDown.Types.CustomDrillDownSettings (1.0.0-beta05)

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, IMessage

Reference 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.CustomDrillDownSettings

Namespace

Google.Cloud.Chronicle.V1

Assembly

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
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