共用方式為


GoogleBigQueryLinkedService interface

Google BigQuery 服務鏈接服務。

Extends

屬性

additionalProjects

要存取的公用 BigQuery 專案逗號分隔清單。 Type:string (或 expression with resultType string) 。

authenticationType

用於驗證的 OAuth 2.0 驗證機制。 ServiceAuthentication 只能在自我裝載 IR 上使用。

clientId

用來取得重新整理令牌之 Google 應用程式的用戶端識別碼。 Type:string (或 expression with resultType string) 。

clientSecret

用來取得重新整理令牌之 Google 應用程式的客戶端密碼。

email

服務帳戶電子郵件標識碼,用於 ServiceAuthentication,且只能在自我裝載 IR 上使用。 Type:string (或 expression with resultType string) 。

encryptedCredential

用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 類型:字串。

keyFilePath

.p12 金鑰檔案的完整路徑,用來驗證服務帳戶電子郵件位址,而且只能在自我裝載 IR 上使用。 Type:string (或 expression with resultType string) 。

project

要查詢的預設 BigQuery 專案。 Type:string (或 expression with resultType string) 。

refreshToken

從 Google 取得的重新整理令牌,以授權存取 BigQuery for UserAuthentication。

requestGoogleDriveScope

是否要求存取Google雲端硬碟。 允許Google Drive存取可支持結合 BigQuery 數據與Google Drive 資料的同盟數據表。 默認值為 false。 Type:string (或 expression with resultType string) 。

trustedCertPath

.pem 檔案的完整路徑,包含信任的 CA 憑證,以在透過 SSL 連線時驗證伺服器。 只有在自我裝載 IR 上使用 SSL 時,才能設定此屬性。 默認值是隨 IR 一起安裝的 cacerts.pem 檔案。 Type:string (或 expression with resultType string) 。

type

多型歧視性,指定這個物件可以是的不同類型

useSystemTrustStore

指定是否要使用來自系統信任存放區或指定 PEM 檔案的 CA 憑證。 默認值為 false。類型:布爾值(或 expression 含 resultType 布爾值的表達式)。

繼承的屬性

annotations

可用於描述連結服務的標籤清單。

connectVia

整合運行時間參考。

description

鏈接的服務描述。

parameters

連結服務的參數。

屬性詳細資料

additionalProjects

要存取的公用 BigQuery 專案逗號分隔清單。 Type:string (或 expression with resultType string) 。

additionalProjects?: any

屬性值

any

authenticationType

用於驗證的 OAuth 2.0 驗證機制。 ServiceAuthentication 只能在自我裝載 IR 上使用。

authenticationType: string

屬性值

string

clientId

用來取得重新整理令牌之 Google 應用程式的用戶端識別碼。 Type:string (或 expression with resultType string) 。

clientId?: any

屬性值

any

clientSecret

用來取得重新整理令牌之 Google 應用程式的客戶端密碼。

clientSecret?: SecretBaseUnion

屬性值

email

服務帳戶電子郵件標識碼,用於 ServiceAuthentication,且只能在自我裝載 IR 上使用。 Type:string (或 expression with resultType string) 。

email?: any

屬性值

any

encryptedCredential

用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 類型:字串。

encryptedCredential?: string

屬性值

string

keyFilePath

.p12 金鑰檔案的完整路徑,用來驗證服務帳戶電子郵件位址,而且只能在自我裝載 IR 上使用。 Type:string (或 expression with resultType string) 。

keyFilePath?: any

屬性值

any

project

要查詢的預設 BigQuery 專案。 Type:string (或 expression with resultType string) 。

project: any

屬性值

any

refreshToken

從 Google 取得的重新整理令牌,以授權存取 BigQuery for UserAuthentication。

refreshToken?: SecretBaseUnion

屬性值

requestGoogleDriveScope

是否要求存取Google雲端硬碟。 允許Google Drive存取可支持結合 BigQuery 數據與Google Drive 資料的同盟數據表。 默認值為 false。 Type:string (或 expression with resultType string) 。

requestGoogleDriveScope?: any

屬性值

any

trustedCertPath

.pem 檔案的完整路徑,包含信任的 CA 憑證,以在透過 SSL 連線時驗證伺服器。 只有在自我裝載 IR 上使用 SSL 時,才能設定此屬性。 默認值是隨 IR 一起安裝的 cacerts.pem 檔案。 Type:string (或 expression with resultType string) 。

trustedCertPath?: any

屬性值

any

type

多型歧視性,指定這個物件可以是的不同類型

type: "GoogleBigQuery"

屬性值

"GoogleBigQuery"

useSystemTrustStore

指定是否要使用來自系統信任存放區或指定 PEM 檔案的 CA 憑證。 默認值為 false。類型:布爾值(或 expression 含 resultType 布爾值的表達式)。

useSystemTrustStore?: any

屬性值

any

繼承的屬性詳細資料

annotations

可用於描述連結服務的標籤清單。

annotations?: any[]

屬性值

any[]

繼承自LinkedService.annotations

connectVia

整合運行時間參考。

connectVia?: IntegrationRuntimeReference

屬性值

繼承自LinkedService.connectVia

description

鏈接的服務描述。

description?: string

屬性值

string

繼承自LinkedService.description

parameters

連結服務的參數。

parameters?: {[propertyName: string]: ParameterSpecification}

屬性值

{[propertyName: string]: ParameterSpecification}

繼承自LinkedService.parameters