Show / Hide Table of Contents

Class GoogleAnalyticsAdminV1alphaBigQueryLink

A link between a GA4 Property and BigQuery project.

Inheritance
object
GoogleAnalyticsAdminV1alphaBigQueryLink
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.GoogleAnalyticsAdmin.v1alpha.Data
Assembly: Google.Apis.GoogleAnalyticsAdmin.v1alpha.dll
Syntax
public class GoogleAnalyticsAdminV1alphaBigQueryLink : IDirectResponseSchema

Properties

CreateTime

Output only. Time when the link was created.

Declaration
[JsonProperty("createTime")]
public virtual object CreateTime { get; set; }
Property Value
Type Description
object

DailyExportEnabled

If set true, enables daily data export to the linked Google Cloud project.

Declaration
[JsonProperty("dailyExportEnabled")]
public virtual bool? DailyExportEnabled { get; set; }
Property Value
Type Description
bool?

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

ExcludedEvents

The list of event names that will be excluded from exports.

Declaration
[JsonProperty("excludedEvents")]
public virtual IList<string> ExcludedEvents { get; set; }
Property Value
Type Description
IList<string>

ExportStreams

The list of streams under the parent property for which data will be exported. Format: properties/{property_id}/dataStreams/{stream_id} Example: ['properties/1000/dataStreams/2000']

Declaration
[JsonProperty("exportStreams")]
public virtual IList<string> ExportStreams { get; set; }
Property Value
Type Description
IList<string>

IncludeAdvertisingId

If set true, exported data will include advertising identifiers for mobile app streams.

Declaration
[JsonProperty("includeAdvertisingId")]
public virtual bool? IncludeAdvertisingId { get; set; }
Property Value
Type Description
bool?

IntradayExportEnabled

If set true, enables intraday export to the linked Google Cloud project.

Declaration
[JsonProperty("intradayExportEnabled")]
public virtual bool? IntradayExportEnabled { get; set; }
Property Value
Type Description
bool?

Name

Output only. Resource name of this BigQuery link. Format: 'properties/{property_id}/bigQueryLinks/{bigquery_link_id}' Format: 'properties/1234/bigQueryLinks/abc567'

Declaration
[JsonProperty("name")]
public virtual string Name { get; set; }
Property Value
Type Description
string

Project

Immutable. The linked Google Cloud project. When creating a BigQueryLink, you may provide this resource name using either a project number or project ID. Once this resource has been created, the returned project will always have a project that contains a project number. Format: 'projects/{project number}' Example: 'projects/1234'

Declaration
[JsonProperty("project")]
public virtual string Project { get; set; }
Property Value
Type Description
string

StreamingExportEnabled

If set true, enables streaming export to the linked Google Cloud project.

Declaration
[JsonProperty("streamingExportEnabled")]
public virtual bool? StreamingExportEnabled { get; set; }
Property Value
Type Description
bool?

Implements

IDirectResponseSchema
In This Article
Back to top Generated by DocFX