Show / Hide Table of Contents

Class CreateGlueIcebergCatalogDetails

The information about a new a Glue catalog used in the Iceberg connection.

Inheritance
object
CreateIcebergCatalogDetails
CreateGlueIcebergCatalogDetails
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Oci.GoldengateService.Models
Assembly: OCI.DotNetSDK.Goldengate.dll
Syntax
public class CreateGlueIcebergCatalogDetails : CreateIcebergCatalogDetails

Properties

GlueId

Declaration
[Required(ErrorMessage = "GlueId is required.")]
[JsonProperty(PropertyName = "glueId")]
public string GlueId { get; set; }
Property Value
Type Description
string

The AWS Glue Catalog ID where Iceberg tables are registered.

Remarks

Required

In this article
Back to top