Show / Hide Table of Contents

Class GoldengateIcebergConnectionProperties

The properties of GoldengateIcebergConnection.

Inheritance
object
GoldengateIcebergConnectionProperties
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 GoldengateIcebergConnectionProperties : IDirectResponseSchema

Properties

Catalog

Required. The Iceberg catalog.

Declaration
[JsonProperty("catalog")]
public virtual IcebergCatalog Catalog { get; set; }
Property Value
Type Description
IcebergCatalog

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

Storage

Required. The Iceberg storage.

Declaration
[JsonProperty("storage")]
public virtual IcebergStorage Storage { get; set; }
Property Value
Type Description
IcebergStorage

TechnologyType

Required. The technology type of Iceberg connection.

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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX