Oracle Database@Google Cloud v1 API - Class GoogleCloudStorageIcebergStorage (1.6.0)

public sealed class GoogleCloudStorageIcebergStorage : IMessage<GoogleCloudStorageIcebergStorage>, IEquatable<GoogleCloudStorageIcebergStorage>, IDeepCloneable<GoogleCloudStorageIcebergStorage>, IBufferMessage, IMessage

Reference documentation and code samples for the Oracle Database@Google Cloud v1 API class GoogleCloudStorageIcebergStorage.

The Google Cloud Storage Iceberg storage.

Inheritance

object > GoogleCloudStorageIcebergStorage

Namespace

Google.Cloud.OracleDatabase.V1

Assembly

Google.Cloud.OracleDatabase.V1.dll

Constructors

GoogleCloudStorageIcebergStorage()

public GoogleCloudStorageIcebergStorage()

GoogleCloudStorageIcebergStorage(GoogleCloudStorageIcebergStorage)

public GoogleCloudStorageIcebergStorage(GoogleCloudStorageIcebergStorage other)
Parameter
Name Description
other GoogleCloudStorageIcebergStorage

Properties

Bucket

public string Bucket { get; set; }

Required. The bucket of Google Cloud Storage.

Property Value
Type Description
string

ProjectId

public string ProjectId { get; set; }

Required. The project ID of Google Cloud Storage.

Property Value
Type Description
string

ServiceAccountKeyFile

public string ServiceAccountKeyFile { get; set; }

Optional. The base64 encoded content of the service account key file of Google Cloud Storage.

Property Value
Type Description
string