public sealed class PolarisIcebergCatalog : IMessage<PolarisIcebergCatalog>, IEquatable<PolarisIcebergCatalog>, IDeepCloneable<PolarisIcebergCatalog>, IBufferMessage, IMessageReference documentation and code samples for the Oracle Database@Google Cloud v1 API class PolarisIcebergCatalog.
The Polaris Iceberg catalog.
Implements
IMessagePolarisIcebergCatalog, IEquatablePolarisIcebergCatalog, IDeepCloneablePolarisIcebergCatalog, IBufferMessage, IMessageNamespace
Google.Cloud.OracleDatabase.V1Assembly
Google.Cloud.OracleDatabase.V1.dll
Constructors
PolarisIcebergCatalog()
public PolarisIcebergCatalog()PolarisIcebergCatalog(PolarisIcebergCatalog)
public PolarisIcebergCatalog(PolarisIcebergCatalog other)| Parameter | |
|---|---|
| Name | Description |
other |
PolarisIcebergCatalog |
Properties
ClientId
public string ClientId { get; set; }Required. The Polaris client ID.
| Property Value | |
|---|---|
| Type | Description |
string |
|
ClientSecret
public string ClientSecret { get; set; }Optional. The Polaris client secret.
| Property Value | |
|---|---|
| Type | Description |
string |
|
PolarisCatalog
public string PolarisCatalog { get; set; }Required. The catalog name within Polaris.
| Property Value | |
|---|---|
| Type | Description |
string |
|
PrincipalRole
public string PrincipalRole { get; set; }Required. The Polaris principal role.
| Property Value | |
|---|---|
| Type | Description |
string |
|
Uri
public string Uri { get; set; }Required. The Polaris uri.
| Property Value | |
|---|---|
| Type | Description |
string |
|