Show / Hide Table of Contents

Class SparkProperties

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

Inheritance
object
SparkProperties
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.BigQueryConnectionService.v1.Data
Assembly: Google.Apis.BigQueryConnectionService.v1.dll
Syntax
public class SparkProperties : IDirectResponseSchema

Properties

ETag

The ETag of the item.

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

MetastoreServiceConfig

Optional. Dataproc Metastore Service configuration for the connection.

Declaration
[JsonProperty("metastoreServiceConfig")]
public virtual MetastoreServiceConfig MetastoreServiceConfig { get; set; }
Property Value
Type Description
MetastoreServiceConfig

ServiceAccountId

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

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

SparkHistoryServerConfig

Optional. Spark History Server configuration for the connection.

Declaration
[JsonProperty("sparkHistoryServerConfig")]
public virtual SparkHistoryServerConfig SparkHistoryServerConfig { get; set; }
Property Value
Type Description
SparkHistoryServerConfig

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX