ExecuteSqlObjectStorageLocation¶
-
class
oci.database_tools_runtime.models.ExecuteSqlObjectStorageLocation(**kwargs)¶ Bases:
objectObject Storage location.
Methods
__init__(**kwargs)Initializes a new ExecuteSqlObjectStorageLocation object with values from keyword arguments. Attributes
bucket_name[Required] Gets the bucket_name of this ExecuteSqlObjectStorageLocation. namespace[Required] Gets the namespace of this ExecuteSqlObjectStorageLocation. object_name[Required] Gets the object_name of this ExecuteSqlObjectStorageLocation. -
__init__(**kwargs)¶ Initializes a new ExecuteSqlObjectStorageLocation object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: - namespace (str) – The value to assign to the namespace property of this ExecuteSqlObjectStorageLocation.
- bucket_name (str) – The value to assign to the bucket_name property of this ExecuteSqlObjectStorageLocation.
- object_name (str) – The value to assign to the object_name property of this ExecuteSqlObjectStorageLocation.
-
bucket_name¶ [Required] Gets the bucket_name of this ExecuteSqlObjectStorageLocation. The name of the object storage bucket
Returns: The bucket_name of this ExecuteSqlObjectStorageLocation. Return type: str
-
namespace¶ [Required] Gets the namespace of this ExecuteSqlObjectStorageLocation. The name of the object storage namespace
Returns: The namespace of this ExecuteSqlObjectStorageLocation. Return type: str
-
object_name¶ [Required] Gets the object_name of this ExecuteSqlObjectStorageLocation. The name of the object
Returns: The object_name of this ExecuteSqlObjectStorageLocation. Return type: str
-