Class BetaAnalyticsDataSettings
Settings for Beta
Inherited Members
Namespace: Google.Analytics.Data.V1Beta
Assembly: Google.Analytics.Data.V1Beta.dll
Syntax
public sealed class BetaAnalyticsDataSettings : ServiceSettingsBase
Constructors
BetaAnalyticsDataSettings()
Constructs a new Beta
Declaration
public BetaAnalyticsDataSettings()
Properties
BatchRunPivotReportsSettings
CallBetaAnalyticsDataClient.BatchRunPivotReports
and BetaAnalyticsDataClient.BatchRunPivotReportsAsync
.
Declaration
public CallSettings BatchRunPivotReportsSettings { get; set; }
Property Value
Type | Description |
---|---|
Call |
Remarks
- This call will not be retried.
- Timeout: 60 seconds.
BatchRunReportsSettings
CallBetaAnalyticsDataClient.BatchRunReports
and BetaAnalyticsDataClient.BatchRunReportsAsync
.
Declaration
public CallSettings BatchRunReportsSettings { get; set; }
Property Value
Type | Description |
---|---|
Call |
Remarks
- This call will not be retried.
- Timeout: 60 seconds.
CheckCompatibilitySettings
CallBetaAnalyticsDataClient.CheckCompatibility
and BetaAnalyticsDataClient.CheckCompatibilityAsync
.
Declaration
public CallSettings CheckCompatibilitySettings { get; set; }
Property Value
Type | Description |
---|---|
Call |
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 |
---|---|
Operations |
Remarks
Uses default Google.
- Initial delay: 20 seconds.
- Delay multiplier: 1.5
- Maximum delay: 45 seconds.
- Total timeout: 24 hours.
CreateAudienceExportSettings
CallBetaAnalyticsDataClient.CreateAudienceExport
and BetaAnalyticsDataClient.CreateAudienceExportAsync
.
Declaration
public CallSettings CreateAudienceExportSettings { get; set; }
Property Value
Type | Description |
---|---|
Call |
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
CallBetaAnalyticsDataClient.GetAudienceExport
and BetaAnalyticsDataClient.GetAudienceExportAsync
.
Declaration
public CallSettings GetAudienceExportSettings { get; set; }
Property Value
Type | Description |
---|---|
Call |
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
CallBetaAnalyticsDataClient.GetMetadata
and BetaAnalyticsDataClient.GetMetadataAsync
.
Declaration
public CallSettings GetMetadataSettings { get; set; }
Property Value
Type | Description |
---|---|
Call |
Remarks
- This call will not be retried.
- Timeout: 60 seconds.
ListAudienceExportsSettings
CallBetaAnalyticsDataClient.ListAudienceExports
and BetaAnalyticsDataClient.ListAudienceExportsAsync
.
Declaration
public CallSettings ListAudienceExportsSettings { get; set; }
Property Value
Type | Description |
---|---|
Call |
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
CallBetaAnalyticsDataClient.QueryAudienceExport
and BetaAnalyticsDataClient.QueryAudienceExportAsync
.
Declaration
public CallSettings QueryAudienceExportSettings { get; set; }
Property Value
Type | Description |
---|---|
Call |
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
CallBetaAnalyticsDataClient.RunPivotReport
and BetaAnalyticsDataClient.RunPivotReportAsync
.
Declaration
public CallSettings RunPivotReportSettings { get; set; }
Property Value
Type | Description |
---|---|
Call |
Remarks
- This call will not be retried.
- Timeout: 60 seconds.
RunRealtimeReportSettings
CallBetaAnalyticsDataClient.RunRealtimeReport
and BetaAnalyticsDataClient.RunRealtimeReportAsync
.
Declaration
public CallSettings RunRealtimeReportSettings { get; set; }
Property Value
Type | Description |
---|---|
Call |
Remarks
- This call will not be retried.
- Timeout: 60 seconds.
RunReportSettings
CallBetaAnalyticsDataClient.RunReport
and BetaAnalyticsDataClient.RunReportAsync
.
Declaration
public CallSettings RunReportSettings { get; set; }
Property Value
Type | Description |
---|---|
Call |
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 |
---|---|
Beta |
A deep clone of this Beta |
GetDefault()
Get a new instance of the default Beta
Declaration
public static BetaAnalyticsDataSettings GetDefault()
Returns
Type | Description |
---|---|
Beta |
A new instance of the default Beta |