Class GlueIcebergCatalogSummary
Summary of a Glue catalog used in the Iceberg connection.
Inherited Members
Namespace: Oci.GoldengateService.Models
Assembly: OCI.DotNetSDK.Goldengate.dll
Syntax
public class GlueIcebergCatalogSummary : IcebergCatalogSummary
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