Show / Hide Table of Contents

Class GoogleAnalyticsAdminV1alphaBigQueryLink

A link between a Google Analytics 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

object representation of CreateTimeRaw.

Declaration
[JsonIgnore]
[Obsolete("This property is obsolete and may behave unexpectedly; please use CreateTimeDateTimeOffset instead.")]
public virtual object CreateTime { get; set; }
Property Value
Type Description
object

CreateTimeDateTimeOffset

DateTimeOffset representation of CreateTimeRaw.

Declaration
[JsonIgnore]
public virtual DateTimeOffset? CreateTimeDateTimeOffset { get; set; }
Property Value
Type Description
DateTimeOffset?

CreateTimeRaw

Output only. Time when the link was created.

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

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?

DatasetLocation

Required. Immutable. The geographic location where the created BigQuery dataset should reside. See https://cloud.google.com/bigquery/docs/locations for supported locations.

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

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>

FreshDailyExportEnabled

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

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

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?

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