| Package | Description |
|---|---|
| org.odpi.egeria.connectors.ibm.igc.clientlibrary.model.base |
Defines data constructs representing each of IGC's metadata types.
|
| Modifier and Type | Field and Description |
|---|---|
protected DataFile |
DataFileRecord.dataFile |
| Modifier and Type | Field and Description |
|---|---|
protected ItemList<DataFile> |
DataFileFolder.dataFiles |
protected ItemList<DataFile> |
DataFileFolderNobucket.dataFiles |
protected ItemList<DataFile> |
Host.dataFiles |
| Modifier and Type | Method and Description |
|---|---|
DataFile |
DataFileRecord.getDataFile()
Retrieve the
data_file property (displayed as 'Default Data File') of the object. |
| Modifier and Type | Method and Description |
|---|---|
ItemList<DataFile> |
DataFileFolder.getDataFiles()
Retrieve the
data_files property (displayed as 'Data Files') of the object. |
ItemList<DataFile> |
DataFileFolderNobucket.getDataFiles()
Retrieve the
data_files property (displayed as 'Data Files') of the object. |
ItemList<DataFile> |
Host.getDataFiles()
Retrieve the
data_files property (displayed as 'Data Files') of the object. |
| Modifier and Type | Method and Description |
|---|---|
void |
DataFileRecord.setDataFile(DataFile dataFile)
Set the
data_file property (displayed as Default Data File) of the object. |
| Modifier and Type | Method and Description |
|---|---|
void |
DataFileFolder.setDataFiles(ItemList<DataFile> dataFiles)
Set the
data_files property (displayed as Data Files) of the object. |
void |
DataFileFolderNobucket.setDataFiles(ItemList<DataFile> dataFiles)
Set the
data_files property (displayed as Data Files) of the object. |
void |
Host.setDataFiles(ItemList<DataFile> dataFiles)
Set the
data_files property (displayed as Data Files) of the object. |
Copyright © 2018–2021 ODPi. All rights reserved.