public sealed class DashboardQueryServiceSettings : ServiceSettingsBaseReference documentation and code samples for the Chronicle v1 API class DashboardQueryServiceSettings.
Settings for DashboardQueryServiceClient instances.
Namespace
Google.Cloud.Chronicle.V1Assembly
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 |
|
- 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 |
|
- 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. |