Show / Hide Table of Contents

Class HdfsConnection

Represents the metadata of a Hadoop Distributed File System Connection.

Inheritance
object
Connection
HdfsConnection
Inherited Members
Connection.Id
Connection.DisplayName
Connection.Description
Connection.CompartmentId
Connection.FreeformTags
Connection.DefinedTags
Connection.SystemTags
Connection.LifecycleState
Connection.LifecycleDetails
Connection.TimeCreated
Connection.TimeUpdated
Connection.Locks
Connection.VaultId
Connection.KeyId
Connection.IngressIps
Connection.NsgIds
Connection.SubnetId
Connection.RoutingMethod
Connection.DoesUseSecretIds
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
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 view=COMPACT query parameter is specified.

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

In this article
Back to top