Show / Hide Table of Contents

Class DataAssetSummaryFromHdfs

Summary details for the HDFS data asset type.

Inheritance
object
DataAssetSummary
DataAssetSummaryFromHdfs
Inherited Members
DataAssetSummary.Key
DataAssetSummary.ModelVersion
DataAssetSummary.Name
DataAssetSummary.Description
DataAssetSummary.ObjectStatus
DataAssetSummary.Identifier
DataAssetSummary.ExternalKey
DataAssetSummary.AssetProperties
DataAssetSummary.NativeTypeSystem
DataAssetSummary.ObjectVersion
DataAssetSummary.ParentRef
DataAssetSummary.Metadata
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Oci.DataintegrationService.Models
Assembly: OCI.DotNetSDK.Dataintegration.dll
Syntax
public class DataAssetSummaryFromHdfs : DataAssetSummary

Properties

DefaultConnection

Declaration
[Required(ErrorMessage = "DefaultConnection is required.")]
[JsonProperty(PropertyName = "defaultConnection")]
public ConnectionSummaryFromHdfs DefaultConnection { get; set; }
Property Value
Type Description
ConnectionSummaryFromHdfs
Remarks

Required

Host

Declaration
[Required(ErrorMessage = "Host is required.")]
[JsonProperty(PropertyName = "host")]
public string Host { get; set; }
Property Value
Type Description
string

The HDFS hostname.

Remarks

Required

Port

Declaration
[Required(ErrorMessage = "Port is required.")]
[JsonProperty(PropertyName = "port")]
public string Port { get; set; }
Property Value
Type Description
string

The HDFS port.

Remarks

Required

Protocol

Declaration
[Required(ErrorMessage = "Protocol is required.")]
[JsonProperty(PropertyName = "protocol")]
public string Protocol { get; set; }
Property Value
Type Description
string

The HDFS Protocol name.

Remarks

Required

ValidateCertificate

Declaration
[JsonProperty(PropertyName = "validateCertificate")]
public bool? ValidateCertificate { get; set; }
Property Value
Type Description
bool?

Specifies whether certificate validation is needed

In this article
Back to top