Show / Hide Table of Contents

Class PolarisIcebergCatalog

The Polaris Iceberg catalog.

Inheritance
object
PolarisIcebergCatalog
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.OracleDatabase.v1.Data
Assembly: Google.Apis.OracleDatabase.v1.dll
Syntax
public class PolarisIcebergCatalog : IDirectResponseSchema

Properties

ClientId

Required. The Polaris client ID.

Declaration
[JsonProperty("clientId")]
public virtual string ClientId { get; set; }
Property Value
Type Description
string

ClientSecret

Optional. The Polaris client secret.

Declaration
[JsonProperty("clientSecret")]
public virtual string ClientSecret { 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

PolarisCatalog

Required. The catalog name within Polaris.

Declaration
[JsonProperty("polarisCatalog")]
public virtual string PolarisCatalog { get; set; }
Property Value
Type Description
string

PrincipalRole

Required. The Polaris principal role.

Declaration
[JsonProperty("principalRole")]
public virtual string PrincipalRole { get; set; }
Property Value
Type Description
string

Uri

Required. The Polaris uri.

Declaration
[JsonProperty("uri")]
public virtual string Uri { get; set; }
Property Value
Type Description
string

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX