ObjectStoragePrefix¶
-
class
oci.generative_ai_agent.models.
ObjectStoragePrefix
(**kwargs)¶ Bases:
object
ObjectStoragePrefix
The details of OCI Object Storage object.
Methods
__init__
(**kwargs)Initializes a new ObjectStoragePrefix object with values from keyword arguments. Attributes
bucket_name
[Required] Gets the bucket_name of this ObjectStoragePrefix. namespace_name
[Required] Gets the namespace_name of this ObjectStoragePrefix. prefix
Gets the prefix of this ObjectStoragePrefix. -
__init__
(**kwargs)¶ Initializes a new ObjectStoragePrefix object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: - namespace_name (str) – The value to assign to the namespace_name property of this ObjectStoragePrefix.
- bucket_name (str) – The value to assign to the bucket_name property of this ObjectStoragePrefix.
- prefix (str) – The value to assign to the prefix property of this ObjectStoragePrefix.
-
bucket_name
¶ [Required] Gets the bucket_name of this ObjectStoragePrefix. The bucket name of an object.
Returns: The bucket_name of this ObjectStoragePrefix. Return type: str
-
namespace_name
¶ [Required] Gets the namespace_name of this ObjectStoragePrefix. The namespace name of an object.
Returns: The namespace_name of this ObjectStoragePrefix. Return type: str
-
prefix
¶ Gets the prefix of this ObjectStoragePrefix. The name of the object (file) or prefix (folder).
Returns: The prefix of this ObjectStoragePrefix. Return type: str
-