Class HdfsConnection
Represents the metadata of a Hadoop Distributed File System Connection.
Inherited Members
Namespace: Oci.GoldengateService.Models
Assembly: OCI.DotNetSDK.Goldengate.dll
Syntax
public class HdfsConnection : Connection
Properties
CoreSiteXml
Declaration
[JsonProperty(PropertyName = "coreSiteXml")]
public string CoreSiteXml { get; set; }
Property Value
Type | Description |
---|---|
string | The base64 encoded content of the Hadoop Distributed File System configuration file (core-site.xml).
It is not included in GET responses if the |
TechnologyType
Declaration
[Required(ErrorMessage = "TechnologyType is required.")]
[JsonProperty(PropertyName = "technologyType")]
[JsonConverter(typeof(ResponseEnumConverter))]
public HdfsConnection.TechnologyTypeEnum? TechnologyType { get; set; }
Property Value
Type | Description |
---|---|
HdfsConnection.TechnologyTypeEnum? | The Hadoop Distributed File System technology type. |
Remarks
Required