Class AreaInsightsSettings
Settings for AreaInsightsClient instances.
Inherited Members
Namespace: Google.Maps.AreaInsights.V1
Assembly: Google.Maps.AreaInsights.V1.dll
Syntax
public sealed class AreaInsightsSettings : ServiceSettingsBase
Constructors
AreaInsightsSettings()
Constructs a new AreaInsightsSettings object with default settings.
Declaration
public AreaInsightsSettings()
Properties
ComputeInsightsSettings
CallSettings for synchronous and asynchronous calls to
AreaInsightsClient.ComputeInsights
and AreaInsightsClient.ComputeInsightsAsync
.
Declaration
public CallSettings ComputeInsightsSettings { get; set; }
Property Value
Type | Description |
---|---|
CallSettings |
Remarks
- Initial retry delay: 1000 milliseconds.
- Retry delay multiplier: 1.3
- Retry maximum delay: 10000 milliseconds.
- Maximum attempts: 5
- Retriable status codes: Unavailable.
- Timeout: 120 seconds.
Methods
Clone()
Creates a deep clone of this object, with all the same property values.
Declaration
public AreaInsightsSettings Clone()
Returns
Type | Description |
---|---|
AreaInsightsSettings | A deep clone of this AreaInsightsSettings object. |
GetDefault()
Get a new instance of the default AreaInsightsSettings.
Declaration
public static AreaInsightsSettings GetDefault()
Returns
Type | Description |
---|---|
AreaInsightsSettings | A new instance of the default AreaInsightsSettings. |