Asterisk - The Open Source Telephony Project
18.5.0
|
Bucket metadata structure, AO2 key value pair. More...
#include <bucket.h>
Data Fields | |
char | data [0] |
Storage for the above name and value. More... | |
const char * | name |
Name of the attribute. More... | |
const char * | value |
Value of the attribute. More... | |
char data[0] |
Storage for the above name and value.
Definition at line 53 of file bucket.h.
Referenced by bucket_metadata_alloc().
const char* name |
Name of the attribute.
Definition at line 49 of file bucket.h.
Referenced by ast_bucket_file_json(), bucket_metadata_alloc(), PathSegment::get_child(), Parameter::load(), SwaggerType::load(), Property::load(), media_cache_handle_show_item(), and metadata_sync_to_astdb().
const char* value |
Value of the attribute.
Definition at line 51 of file bucket.h.
Referenced by ast_bucket_file_json(), ast_media_cache_retrieve_metadata(), bucket_file_set_expiration(), bucket_file_update_path(), bucket_http_wizard_is_stale(), bucket_metadata_alloc(), media_cache_handle_show_item(), and metadata_sync_to_astdb().