public sealed class AmazonS3IcebergStorage : IMessage<AmazonS3IcebergStorage>, IEquatable<AmazonS3IcebergStorage>, IDeepCloneable<AmazonS3IcebergStorage>, IBufferMessage, IMessageReference documentation and code samples for the Oracle Database@Google Cloud v1 API class AmazonS3IcebergStorage.
The Amazon S3 Iceberg storage.
Implements
IMessageAmazonS3IcebergStorage, IEquatableAmazonS3IcebergStorage, IDeepCloneableAmazonS3IcebergStorage, IBufferMessage, IMessageNamespace
Google.Cloud.OracleDatabase.V1Assembly
Google.Cloud.OracleDatabase.V1.dll
Constructors
AmazonS3IcebergStorage()
public AmazonS3IcebergStorage()AmazonS3IcebergStorage(AmazonS3IcebergStorage)
public AmazonS3IcebergStorage(AmazonS3IcebergStorage other)| Parameter | |
|---|---|
| Name | Description |
other |
AmazonS3IcebergStorage |
Properties
AccessKeyId
public string AccessKeyId { get; set; }Required. The access key ID of Amazon S3.
| Property Value | |
|---|---|
| Type | Description |
string |
|
Bucket
public string Bucket { get; set; }Required. The bucket of Amazon S3.
| Property Value | |
|---|---|
| Type | Description |
string |
|
Endpoint
public string Endpoint { get; set; }Optional. The endpoint of Amazon S3.
| Property Value | |
|---|---|
| Type | Description |
string |
|
Region
public string Region { get; set; }Required. The region of Amazon S3.
| Property Value | |
|---|---|
| Type | Description |
string |
|
SchemeType
public AmazonS3IcebergStorage.Types.SchemeType SchemeType { get; set; }Required. The scheme type of Amazon S3.
| Property Value | |
|---|---|
| Type | Description |
AmazonS3IcebergStorageTypesSchemeType |
|
SecretAccessKeySecret
public string SecretAccessKeySecret { get; set; }Optional. The secret access key of Amazon S3.
| Property Value | |
|---|---|
| Type | Description |
string |
|