Class UpdateGoogleCloudStorageIcebergStorageDetails
The information to update the Google Cloud Storage storage used in the Iceberg connection.
Inherited Members
Namespace: Oci.GoldengateService.Models
Assembly: OCI.DotNetSDK.Goldengate.dll
Syntax
public class UpdateGoogleCloudStorageIcebergStorageDetails : UpdateIcebergStorageDetails
Properties
Bucket
Declaration
[JsonProperty(PropertyName = "bucket")]
public string Bucket { get; set; }
Property Value
Type | Description |
---|---|
string | Google Cloud Storage bucket where Iceberg stores metadata and data files. |
ProjectId
Declaration
[JsonProperty(PropertyName = "projectId")]
public string ProjectId { get; set; }
Property Value
Type | Description |
---|---|
string | The Google Cloud Project where the bucket exists. |
ServiceAccountKeyFileSecretId
Declaration
[JsonProperty(PropertyName = "serviceAccountKeyFileSecretId")]
public string ServiceAccountKeyFileSecretId { get; set; }
Property Value
Type | Description |
---|---|
string | The OCID of the Secret where the content of the service account key file is stored, which contains the credentials required to use Google Cloud Storage. |