Sdílet prostřednictvím


GoogleBigQueryLinkedService Class

Definition

Google BigQuery service linked service.

[Microsoft.Rest.Serialization.JsonTransformation]
[Newtonsoft.Json.JsonObject("GoogleBigQuery")]
public class GoogleBigQueryLinkedService : Microsoft.Azure.Management.DataFactory.Models.LinkedService
[<Microsoft.Rest.Serialization.JsonTransformation>]
[<Newtonsoft.Json.JsonObject("GoogleBigQuery")>]
type GoogleBigQueryLinkedService = class
    inherit LinkedService
Public Class GoogleBigQueryLinkedService
Inherits LinkedService
Inheritance
GoogleBigQueryLinkedService
Attributes
JsonTransformationAttribute Newtonsoft.Json.JsonObjectAttribute

Constructors

GoogleBigQueryLinkedService()

Initializes a new instance of the GoogleBigQueryLinkedService class.

GoogleBigQueryLinkedService(Object, String, IDictionary<String, Object>, IntegrationRuntimeReference, String, IDictionary<String, ParameterSpecification>, IList<Object>, Object, Object, SecretBase, Object, SecretBase, Object, Object, Object, Object, Object)

Initializes a new instance of the GoogleBigQueryLinkedService class.

Properties

AdditionalProjects

Gets or sets a comma-separated list of public BigQuery projects to access.

AdditionalProperties

Gets or sets unmatched properties from the message are deserialized this collection

(Inherited from LinkedService)
Annotations

Gets or sets list of tags that can be used for describing the linked service.

(Inherited from LinkedService)
AuthenticationType

Gets or sets the OAuth 2.0 authentication mechanism used for authentication. ServiceAuthentication can only be used on self-hosted IR. Possible values include: 'ServiceAuthentication', 'UserAuthentication'

ClientId

Gets or sets the client id of the google application used to acquire the refresh token. Type: string (or Expression with resultType string).

ClientSecret

Gets or sets the client secret of the google application used to acquire the refresh token.

ConnectVia

Gets or sets the integration runtime reference.

(Inherited from LinkedService)
Description

Gets or sets linked service description.

(Inherited from LinkedService)
Email

Gets or sets the service account email ID that is used for ServiceAuthentication and can only be used on self-hosted IR.

EncryptedCredential

Gets or sets the encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string (or Expression with resultType string).

KeyFilePath

Gets or sets the full path to the .p12 key file that is used to authenticate the service account email address and can only be used on self-hosted IR.

Parameters

Gets or sets parameters for linked service.

(Inherited from LinkedService)
Project

Gets or sets the default BigQuery project to query against.

RefreshToken

Gets or sets the refresh token obtained from Google for authorizing access to BigQuery for UserAuthentication.

RequestGoogleDriveScope

Gets or sets whether to request access to Google Drive. Allowing Google Drive access enables support for federated tables that combine BigQuery data with data from Google Drive. The default value is false.

TrustedCertPath

Gets or sets the full path of the .pem file containing trusted CA certificates for verifying the server when connecting over SSL. This property can only be set when using SSL on self-hosted IR. The default value is the cacerts.pem file installed with the IR.

UseSystemTrustStore

Gets or sets specifies whether to use a CA certificate from the system trust store or from a specified PEM file. The default value is false.

Methods

Validate()

Validate the object.

Applies to