public sealed class GoogleCloudStorageIcebergStorage : IMessage<GoogleCloudStorageIcebergStorage>, IEquatable<GoogleCloudStorageIcebergStorage>, IDeepCloneable<GoogleCloudStorageIcebergStorage>, IBufferMessage, IMessageReference documentation and code samples for the Oracle Database@Google Cloud v1 API class GoogleCloudStorageIcebergStorage.
The Google Cloud Storage Iceberg storage.
Implements
IMessageGoogleCloudStorageIcebergStorage, IEquatableGoogleCloudStorageIcebergStorage, IDeepCloneableGoogleCloudStorageIcebergStorage, IBufferMessage, IMessageNamespace
Google.Cloud.OracleDatabase.V1Assembly
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 |
|