Show / Hide Table of Contents

Class MapsPlatformDatasetsSettings

Settings for MapsPlatformDatasetsClient instances.

Inheritance
object
ServiceSettingsBase
MapsPlatformDatasetsSettings
Inherited Members
ServiceSettingsBase.VersionHeaderBuilder
ServiceSettingsBase.CallSettings
ServiceSettingsBase.Clock
ServiceSettingsBase.Scheduler
ServiceSettingsBase.Interceptor
object.GetHashCode()
object.GetType()
object.ToString()
Namespace: Google.Maps.MapsPlatformDatasets.V1
Assembly: Google.Maps.MapsPlatformDatasets.V1.dll
Syntax
public sealed class MapsPlatformDatasetsSettings : ServiceSettingsBase

Constructors

MapsPlatformDatasetsSettings()

Constructs a new MapsPlatformDatasetsSettings object with default settings.

Declaration
public MapsPlatformDatasetsSettings()

Properties

CreateDatasetSettings

CallSettings for synchronous and asynchronous calls to MapsPlatformDatasetsClient.CreateDataset and MapsPlatformDatasetsClient.CreateDatasetAsync.

Declaration
public CallSettings CreateDatasetSettings { get; set; }
Property Value
Type Description
CallSettings
Remarks
  • This call will not be retried.
  • Timeout: 60 seconds.

DeleteDatasetSettings

CallSettings for synchronous and asynchronous calls to MapsPlatformDatasetsClient.DeleteDataset and MapsPlatformDatasetsClient.DeleteDatasetAsync.

Declaration
public CallSettings DeleteDatasetSettings { get; set; }
Property Value
Type Description
CallSettings
Remarks
  • This call will not be retried.
  • Timeout: 60 seconds.

FetchDatasetErrorsSettings

CallSettings for synchronous and asynchronous calls to MapsPlatformDatasetsClient.FetchDatasetErrors and MapsPlatformDatasetsClient.FetchDatasetErrorsAsync.

Declaration
public CallSettings FetchDatasetErrorsSettings { 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: 60 seconds.

GetDatasetSettings

CallSettings for synchronous and asynchronous calls to MapsPlatformDatasetsClient.GetDataset and MapsPlatformDatasetsClient.GetDatasetAsync.

Declaration
public CallSettings GetDatasetSettings { 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: 60 seconds.

ListDatasetsSettings

CallSettings for synchronous and asynchronous calls to MapsPlatformDatasetsClient.ListDatasets and MapsPlatformDatasetsClient.ListDatasetsAsync.

Declaration
public CallSettings ListDatasetsSettings { 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: 60 seconds.

UpdateDatasetMetadataSettings

CallSettings for synchronous and asynchronous calls to MapsPlatformDatasetsClient.UpdateDatasetMetadata and MapsPlatformDatasetsClient.UpdateDatasetMetadataAsync.

Declaration
public CallSettings UpdateDatasetMetadataSettings { get; set; }
Property Value
Type Description
CallSettings
Remarks
  • This call will not be retried.
  • Timeout: 60 seconds.

Methods

Clone()

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

Declaration
public MapsPlatformDatasetsSettings Clone()
Returns
Type Description
MapsPlatformDatasetsSettings

A deep clone of this MapsPlatformDatasetsSettings object.

GetDefault()

Get a new instance of the default MapsPlatformDatasetsSettings.

Declaration
public static MapsPlatformDatasetsSettings GetDefault()
Returns
Type Description
MapsPlatformDatasetsSettings

A new instance of the default MapsPlatformDatasetsSettings.

In this article
Back to top Generated by DocFX