Class GoldengateHdfsConnectionProperties
The properties of GoldengateHdfsConnection.
Implements
Inherited Members
Namespace: Google.Apis.OracleDatabase.v1.Data
Assembly: Google.Apis.OracleDatabase.v1.dll
Syntax
public class GoldengateHdfsConnectionProperties : IDirectResponseSchema
Properties
CoreSiteXml
Optional. The content of the Hadoop Distributed File System configuration file (core-site.xml).
Declaration
[JsonProperty("coreSiteXml")]
public virtual string CoreSiteXml { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
TechnologyType
Optional. The technology type of HdfsConnection.
Declaration
[JsonProperty("technologyType")]
public virtual string TechnologyType { get; set; }
Property Value
| Type | Description |
|---|---|
| string |