MinIO C++ SDK
Public Member Functions | Public Attributes | List of all members
minio::s3::Item Struct Reference
Inheritance diagram for minio::s3::Item:
minio::s3::Response

Public Member Functions

 Item (error::Error err)
 
 Item (const Response &response)
 
- Public Member Functions inherited from minio::s3::Response
 Response (error::Error err)
 
 Response (const Response &response)
 
 operator bool () const
 
std::string GetError ()
 

Public Attributes

std::string etag
 
std::string name
 
utils::Time last_modified
 
std::string owner_id
 
std::string owner_name
 
size_t size = 0
 
std::string storage_class
 
bool is_latest = false
 
std::string version_id
 
std::map< std::string, std::string > user_metadata
 
bool is_prefix = false
 
bool is_delete_marker = false
 
std::string encoding_type
 
- Public Attributes inherited from minio::s3::Response
std::string error
 
int status_code = 0
 
utils::Multimap headers
 
std::string data
 
std::string code
 
std::string message
 
std::string resource
 
std::string request_id
 
std::string host_id
 
std::string bucket_name
 
std::string object_name
 

Additional Inherited Members

- Static Public Member Functions inherited from minio::s3::Response
static Response ParseXML (std::string_view data, int status_code, utils::Multimap headers)
 

The documentation for this struct was generated from the following files: