Chronicle v1 API - Class DashboardQueryServiceSettings (1.0.0-beta05)

public sealed class DashboardQueryServiceSettings : ServiceSettingsBase

Reference documentation and code samples for the Chronicle v1 API class DashboardQueryServiceSettings.

Settings for DashboardQueryServiceClient instances.

Inheritance

object > ServiceSettingsBase > DashboardQueryServiceSettings

Namespace

Google.Cloud.Chronicle.V1

Assembly

Google.Cloud.Chronicle.V1.dll

Constructors

DashboardQueryServiceSettings()

public DashboardQueryServiceSettings()

Constructs a new DashboardQueryServiceSettings object with default settings.

Properties

ExecuteDashboardQuerySettings

public CallSettings ExecuteDashboardQuerySettings { get; set; }

CallSettings for synchronous and asynchronous calls to DashboardQueryServiceClient.ExecuteDashboardQuery and DashboardQueryServiceClient.ExecuteDashboardQueryAsync.

Property Value
Type Description
CallSettings
Remarks
  • This call will not be retried.
  • Timeout: 1800 seconds.

GetDashboardQuerySettings

public CallSettings GetDashboardQuerySettings { get; set; }

CallSettings for synchronous and asynchronous calls to DashboardQueryServiceClient.GetDashboardQuery and DashboardQueryServiceClient.GetDashboardQueryAsync.

Property Value
Type Description
CallSettings
Remarks
  • Initial retry delay: 1000 milliseconds.
  • Retry delay multiplier: 1.3
  • Retry maximum delay: 60000 milliseconds.
  • Maximum attempts: Unlimited
  • Retriable status codes: Unavailable.
  • Timeout: 60 seconds.

Methods

Clone()

public DashboardQueryServiceSettings Clone()

Creates a deep clone of this object, with all the same property values.

Returns
Type Description
DashboardQueryServiceSettings

A deep clone of this DashboardQueryServiceSettings object.

GetDefault()

public static DashboardQueryServiceSettings GetDefault()

Get a new instance of the default DashboardQueryServiceSettings.

Returns
Type Description
DashboardQueryServiceSettings

A new instance of the default DashboardQueryServiceSettings.