Show / Hide Table of Contents

Class BetaAnalyticsDataSettings

Settings for BetaAnalyticsDataClient instances.

Inheritance
object
ServiceSettingsBase
BetaAnalyticsDataSettings
Inherited Members
ServiceSettingsBase.VersionHeaderBuilder
ServiceSettingsBase.CallSettings
ServiceSettingsBase.Clock
ServiceSettingsBase.Scheduler
ServiceSettingsBase.Interceptor
object.GetHashCode()
object.GetType()
object.ToString()
Namespace: Google.Analytics.Data.V1Beta
Assembly: Google.Analytics.Data.V1Beta.dll
Syntax
public sealed class BetaAnalyticsDataSettings : ServiceSettingsBase

Constructors

BetaAnalyticsDataSettings()

Constructs a new BetaAnalyticsDataSettings object with default settings.

Declaration
public BetaAnalyticsDataSettings()

Properties

BatchRunPivotReportsSettings

CallSettings for synchronous and asynchronous calls to BetaAnalyticsDataClient.BatchRunPivotReports and BetaAnalyticsDataClient.BatchRunPivotReportsAsync .

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

BatchRunReportsSettings

CallSettings for synchronous and asynchronous calls to BetaAnalyticsDataClient.BatchRunReports and BetaAnalyticsDataClient.BatchRunReportsAsync.

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

CheckCompatibilitySettings

CallSettings for synchronous and asynchronous calls to BetaAnalyticsDataClient.CheckCompatibility and BetaAnalyticsDataClient.CheckCompatibilityAsync .

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

CreateAudienceExportOperationsSettings

Long Running Operation settings for calls to BetaAnalyticsDataClient.CreateAudienceExport and BetaAnalyticsDataClient.CreateAudienceExportAsync.

Declaration
public OperationsSettings CreateAudienceExportOperationsSettings { get; set; }
Property Value
Type Description
OperationsSettings
Remarks

Uses default Google.Api.Gax.PollSettings of:

  • Initial delay: 20 seconds.
  • Delay multiplier: 1.5
  • Maximum delay: 45 seconds.
  • Total timeout: 24 hours.

CreateAudienceExportSettings

CallSettings for synchronous and asynchronous calls to BetaAnalyticsDataClient.CreateAudienceExport and BetaAnalyticsDataClient.CreateAudienceExportAsync .

Declaration
public CallSettings CreateAudienceExportSettings { get; set; }
Property Value
Type Description
CallSettings
Remarks
  • Initial retry delay: 1000 milliseconds.
  • Retry delay multiplier: 1.3
  • Retry maximum delay: 60000 milliseconds.
  • Maximum attempts: 5
  • Retriable status codes: Unknown.
  • Timeout: 60 seconds.

GetAudienceExportSettings

CallSettings for synchronous and asynchronous calls to BetaAnalyticsDataClient.GetAudienceExport and BetaAnalyticsDataClient.GetAudienceExportAsync.

Declaration
public CallSettings GetAudienceExportSettings { get; set; }
Property Value
Type Description
CallSettings
Remarks
  • Initial retry delay: 1000 milliseconds.
  • Retry delay multiplier: 1.3
  • Retry maximum delay: 60000 milliseconds.
  • Maximum attempts: 5
  • Retriable status codes: Unknown.
  • Timeout: 60 seconds.

GetMetadataSettings

CallSettings for synchronous and asynchronous calls to BetaAnalyticsDataClient.GetMetadata and BetaAnalyticsDataClient.GetMetadataAsync.

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

ListAudienceExportsSettings

CallSettings for synchronous and asynchronous calls to BetaAnalyticsDataClient.ListAudienceExports and BetaAnalyticsDataClient.ListAudienceExportsAsync .

Declaration
public CallSettings ListAudienceExportsSettings { get; set; }
Property Value
Type Description
CallSettings
Remarks
  • Initial retry delay: 1000 milliseconds.
  • Retry delay multiplier: 1.3
  • Retry maximum delay: 60000 milliseconds.
  • Maximum attempts: 5
  • Retriable status codes: Unknown.
  • Timeout: 60 seconds.

QueryAudienceExportSettings

CallSettings for synchronous and asynchronous calls to BetaAnalyticsDataClient.QueryAudienceExport and BetaAnalyticsDataClient.QueryAudienceExportAsync .

Declaration
public CallSettings QueryAudienceExportSettings { get; set; }
Property Value
Type Description
CallSettings
Remarks
  • Initial retry delay: 1000 milliseconds.
  • Retry delay multiplier: 1.3
  • Retry maximum delay: 60000 milliseconds.
  • Maximum attempts: 5
  • Retriable status codes: Unknown.
  • Timeout: 60 seconds.

RunPivotReportSettings

CallSettings for synchronous and asynchronous calls to BetaAnalyticsDataClient.RunPivotReport and BetaAnalyticsDataClient.RunPivotReportAsync.

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

RunRealtimeReportSettings

CallSettings for synchronous and asynchronous calls to BetaAnalyticsDataClient.RunRealtimeReport and BetaAnalyticsDataClient.RunRealtimeReportAsync.

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

RunReportSettings

CallSettings for synchronous and asynchronous calls to BetaAnalyticsDataClient.RunReport and BetaAnalyticsDataClient.RunReportAsync.

Declaration
public CallSettings RunReportSettings { 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 BetaAnalyticsDataSettings Clone()
Returns
Type Description
BetaAnalyticsDataSettings

A deep clone of this BetaAnalyticsDataSettings object.

GetDefault()

Get a new instance of the default BetaAnalyticsDataSettings.

Declaration
public static BetaAnalyticsDataSettings GetDefault()
Returns
Type Description
BetaAnalyticsDataSettings

A new instance of the default BetaAnalyticsDataSettings.

In this article
Back to top Generated by DocFX
OSZAR »