ImportDataAssetDetails¶
-
class
oci.data_catalog.models.
ImportDataAssetDetails
(**kwargs)¶ Bases:
object
Specifies the file contents to be imported.
Methods
__init__
(**kwargs)Initializes a new ImportDataAssetDetails object with values from keyword arguments. Attributes
import_file_contents
[Required] Gets the import_file_contents of this ImportDataAssetDetails. -
__init__
(**kwargs)¶ Initializes a new ImportDataAssetDetails object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: import_file_contents (str) – The value to assign to the import_file_contents property of this ImportDataAssetDetails.
-
import_file_contents
¶ [Required] Gets the import_file_contents of this ImportDataAssetDetails. The file contents to be imported. File size not to exceed 10 MB.
Returns: The import_file_contents of this ImportDataAssetDetails. Return type: str
-