Show / Hide Table of Contents

Class UpdateHdfsConnectionDetails

The information to update a Hadoop Distributed File System Connection.

Inheritance
object
UpdateConnectionDetails
UpdateHdfsConnectionDetails
Inherited Members
UpdateConnectionDetails.DisplayName
UpdateConnectionDetails.Description
UpdateConnectionDetails.FreeformTags
UpdateConnectionDetails.DefinedTags
UpdateConnectionDetails.VaultId
UpdateConnectionDetails.KeyId
UpdateConnectionDetails.NsgIds
UpdateConnectionDetails.SubnetId
UpdateConnectionDetails.RoutingMethod
UpdateConnectionDetails.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 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). It is not included in GET responses if the view=COMPACT query parameter is specified.

In this article
Back to top