Class CreateHdfsConnectionDetails
The information about a new Hadoop Distributed File System Connection.
Inherited Members
Namespace: Oci.GoldengateService.Models
Assembly: OCI.DotNetSDK.Goldengate.dll
Syntax
public class CreateHdfsConnectionDetails : CreateConnectionDetails
Properties
CoreSiteXml
Declaration
[Required(ErrorMessage = "CoreSiteXml is required.")]
[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). |
Remarks
Required
TechnologyType
Declaration
[Required(ErrorMessage = "TechnologyType is required.")]
[JsonProperty(PropertyName = "technologyType")]
[JsonConverter(typeof(StringEnumConverter))]
public HdfsConnection.TechnologyTypeEnum? TechnologyType { get; set; }
Property Value
Type | Description |
---|---|
HdfsConnection.TechnologyTypeEnum? | The Hadoop Distributed File System technology type. |
Remarks
Required