Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

SparkProperties

import type { SparkProperties } from "https://googleapis.deno.dev/v1/bigqueryconnection:v1.ts";

Container for connection properties to execute stored procedures for Apache Spark.

interface SparkProperties {
metastoreServiceConfig?: MetastoreServiceConfig;
readonly serviceAccountId?: string;
sparkHistoryServerConfig?: SparkHistoryServerConfig;
}

§Properties

§
metastoreServiceConfig?: MetastoreServiceConfig
[src]

Optional. Dataproc Metastore Service configuration for the connection.

§
readonly serviceAccountId?: string
[src]

Output only. The account ID of the service created for the purpose of this connection. The service account does not have any permissions associated with it when it is created. After creation, customers delegate permissions to the service account. When the connection is used in the context of a stored procedure for Apache Spark in BigQuery, the service account is used to connect to the desired resources in Google Cloud. The account ID is in the form of: bqcx--@gcp-sa-bigquery-consp.iam.gserviceaccount.com

§
sparkHistoryServerConfig?: SparkHistoryServerConfig
[src]

Optional. Spark History Server configuration for the connection.