public sealed class StorageInsightsSettings : ServiceSettingsBaseReference documentation and code samples for the Google Cloud Storage Insights v1 API class StorageInsightsSettings.
Settings for StorageInsightsClient instances.
Namespace
Google.Cloud.StorageInsights.V1Assembly
Google.Cloud.StorageInsights.V1.dll
Constructors
StorageInsightsSettings()
public StorageInsightsSettings()Constructs a new StorageInsightsSettings object with default settings.
Properties
CreateReportConfigSettings
public CallSettings CreateReportConfigSettings { get; set; }CallSettings for synchronous and asynchronous calls to
StorageInsightsClient.CreateReportConfig and StorageInsightsClient.CreateReportConfigAsync.
| Property Value | |
|---|---|
| Type | Description |
CallSettings |
|
- This call will not be retried.
- Timeout: 60 seconds.
DeleteReportConfigSettings
public CallSettings DeleteReportConfigSettings { get; set; }CallSettings for synchronous and asynchronous calls to
StorageInsightsClient.DeleteReportConfig and StorageInsightsClient.DeleteReportConfigAsync.
| Property Value | |
|---|---|
| Type | Description |
CallSettings |
|
- This call will not be retried.
- Timeout: 60 seconds.
GetReportConfigSettings
public CallSettings GetReportConfigSettings { get; set; }CallSettings for synchronous and asynchronous calls to
StorageInsightsClient.GetReportConfig and StorageInsightsClient.GetReportConfigAsync.
| 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.
GetReportDetailSettings
public CallSettings GetReportDetailSettings { get; set; }CallSettings for synchronous and asynchronous calls to
StorageInsightsClient.GetReportDetail and StorageInsightsClient.GetReportDetailAsync.
| 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.
ListReportConfigsSettings
public CallSettings ListReportConfigsSettings { get; set; }CallSettings for synchronous and asynchronous calls to
StorageInsightsClient.ListReportConfigs and StorageInsightsClient.ListReportConfigsAsync.
| 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.
ListReportDetailsSettings
public CallSettings ListReportDetailsSettings { get; set; }CallSettings for synchronous and asynchronous calls to
StorageInsightsClient.ListReportDetails and StorageInsightsClient.ListReportDetailsAsync.
| 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.
LocationsSettings
public LocationsSettings LocationsSettings { get; set; }The settings to use for the LocationsClient associated with the client.
| Property Value | |
|---|---|
| Type | Description |
LocationsSettings |
|
UpdateReportConfigSettings
public CallSettings UpdateReportConfigSettings { get; set; }CallSettings for synchronous and asynchronous calls to
StorageInsightsClient.UpdateReportConfig and StorageInsightsClient.UpdateReportConfigAsync.
| Property Value | |
|---|---|
| Type | Description |
CallSettings |
|
- This call will not be retried.
- Timeout: 60 seconds.
Methods
Clone()
public StorageInsightsSettings Clone()Creates a deep clone of this object, with all the same property values.
| Returns | |
|---|---|
| Type | Description |
StorageInsightsSettings |
A deep clone of this StorageInsightsSettings object. |
GetDefault()
public static StorageInsightsSettings GetDefault()Get a new instance of the default StorageInsightsSettings.
| Returns | |
|---|---|
| Type | Description |
StorageInsightsSettings |
A new instance of the default StorageInsightsSettings. |