Class MetastoreRegisterObject
java.lang.Object
com.azure.analytics.synapse.artifacts.models.MetastoreRegisterObject
The MetastoreRegisterObject model.
-
Constructor Summary
ConstructorDescriptionCreates an instance of MetastoreRegisterObject class. -
Method Summary
Modifier and TypeMethodDescriptionGet the inputFolder property: The input folder containing CDM files.setInputFolder
(String inputFolder) Set the inputFolder property: The input folder containing CDM files.
-
Constructor Details
-
MetastoreRegisterObject
public MetastoreRegisterObject()Creates an instance of MetastoreRegisterObject class.
-
-
Method Details
-
getInputFolder
Get the inputFolder property: The input folder containing CDM files.- Returns:
- the inputFolder value.
-
setInputFolder
Set the inputFolder property: The input folder containing CDM files.- Parameters:
inputFolder
- the inputFolder value to set.- Returns:
- the MetastoreRegisterObject object itself.
-