Column¶
-
class
oci.data_connectivity.models.
Column
(**kwargs)¶ Bases:
object
Data preview column definition.
Methods
__init__
(**kwargs)Initializes a new Column object with values from keyword arguments. Attributes
data_type
Gets the data_type of this Column. name
Gets the name of this Column. -
__init__
(**kwargs)¶ Initializes a new Column object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: - name (str) – The value to assign to the name property of this Column.
- data_type (str) – The value to assign to the data_type property of this Column.
-
data_type
¶ Gets the data_type of this Column. Data type of the specified column.
Returns: The data_type of this Column. Return type: str
-
name
¶ Gets the name of this Column. Column Name.
Returns: The name of this Column. Return type: str
-