Class UpdateHdfsConnectionDetails
The information to update a Hadoop Distributed File System Connection.
Inherited Members
Namespace: Oci.GoldengateService.Models
Assembly: OCI.DotNetSDK.Goldengate.dll
Syntax
public class UpdateHdfsConnectionDetails : UpdateConnectionDetails
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). |