Reference documentation and code samples for the Google Cloud Oracle Database V1 Client class GoldengateHdfsConnectionProperties.
The properties of GoldengateHdfsConnection.
Generated from protobuf message google.cloud.oracledatabase.v1.GoldengateHdfsConnectionProperties
Namespace
Google \ Cloud \ OracleDatabase \ V1Methods
__construct
Constructor.
| Parameters | |
|---|---|
| Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ technology_type |
string
Optional. The technology type of HdfsConnection. |
↳ core_site_xml |
string
Optional. The content of the Hadoop Distributed File System configuration file (core-site.xml). |
getTechnologyType
Optional. The technology type of HdfsConnection.
| Returns | |
|---|---|
| Type | Description |
string |
|
setTechnologyType
Optional. The technology type of HdfsConnection.
| Parameter | |
|---|---|
| Name | Description |
var |
string
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
getCoreSiteXml
Optional. The content of the Hadoop Distributed File System configuration file (core-site.xml).
| Returns | |
|---|---|
| Type | Description |
string |
|
setCoreSiteXml
Optional. The content of the Hadoop Distributed File System configuration file (core-site.xml).
| Parameter | |
|---|---|
| Name | Description |
var |
string
|
| Returns | |
|---|---|
| Type | Description |
$this |
|