Class AmazonS3IcebergStorage
The Amazon S3 Iceberg storage.
Implements
Inherited Members
Namespace: Google.Apis.OracleDatabase.v1.Data
Assembly: Google.Apis.OracleDatabase.v1.dll
Syntax
public class AmazonS3IcebergStorage : IDirectResponseSchema
Properties
AccessKeyId
Required. The access key ID of Amazon S3.
Declaration
[JsonProperty("accessKeyId")]
public virtual string AccessKeyId { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Bucket
Required. The bucket of Amazon S3.
Declaration
[JsonProperty("bucket")]
public virtual string Bucket { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Endpoint
Optional. The endpoint of Amazon S3.
Declaration
[JsonProperty("endpoint")]
public virtual string Endpoint { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Region
Required. The region of Amazon S3.
Declaration
[JsonProperty("region")]
public virtual string Region { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
SchemeType
Required. The scheme type of Amazon S3.
Declaration
[JsonProperty("schemeType")]
public virtual string SchemeType { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
SecretAccessKeySecret
Optional. The secret access key of Amazon S3.
Declaration
[JsonProperty("secretAccessKeySecret")]
public virtual string SecretAccessKeySecret { get; set; }
Property Value
| Type | Description |
|---|---|
| string |