Class UpdateGoogleBigQueryConnectionDetails
The information to update a the Google BigQuery Connection.
Inherited Members
Namespace: Oci.GoldengateService.Models
Assembly: OCI.DotNetSDK.Goldengate.dll
Syntax
public class UpdateGoogleBigQueryConnectionDetails : UpdateConnectionDetails
Properties
ServiceAccountKeyFile
Declaration
[JsonProperty(PropertyName = "serviceAccountKeyFile")]
public string ServiceAccountKeyFile { get; set; }
Property Value
Type | Description |
---|---|
string | The base64 encoded content of the service account key file containing the credentials required to use Google BigQuery. |