Class GoogleBigQueryConnectionSummary
Summary of the Google BigQuery Connection.
Inherited Members
Namespace: Oci.GoldengateService.Models
Assembly: OCI.DotNetSDK.Goldengate.dll
Syntax
public class GoogleBigQueryConnectionSummary : ConnectionSummary
Properties
TechnologyType
Declaration
[Required(ErrorMessage = "TechnologyType is required.")]
[JsonProperty(PropertyName = "technologyType")]
[JsonConverter(typeof(StringEnumConverter))]
public GoogleBigQueryConnection.TechnologyTypeEnum? TechnologyType { get; set; }
Property Value
Type | Description |
---|---|
GoogleBigQueryConnection.TechnologyTypeEnum? | The Google BigQuery technology type. |
Remarks
Required