| Asterisk - The Open Source Telephony Project GIT-master-27fb039
    | 
Bucket file structure, contains reference to file and information about it. More...
#include <bucket.h>

| Public Member Functions | |
| SORCERY_OBJECT (details) | |
| Sorcery object information. | |
| Data Fields | |
| struct ast_string_field_mgr | __field_mgr | 
| struct ast_string_field_pool * | __field_mgr_pool | 
| Stringfields. | |
| struct timeval | created | 
| When this file was created. | |
| struct ao2_container * | metadata | 
| Container of metadata attributes about file. | |
| struct timeval | modified | 
| When this file was last modified. | |
| char | path [PATH_MAX] | 
| Local path to this file. | |
| const ast_string_field | scheme | 
| struct ast_bucket_scheme * | scheme_impl | 
| Scheme implementation in use. | |
Bucket file structure, contains reference to file and information about it.
| SORCERY_OBJECT | ( | details | ) | 
Sorcery object information.
| struct ast_string_field_mgr __field_mgr | 
| struct ast_string_field_pool* __field_mgr_pool | 
| struct timeval created | 
When this file was created.
Definition at line 89 of file bucket.h.
Referenced by ast_media_cache_create_or_update(), and bucket_file_copy_handler().
| struct ao2_container* metadata | 
Container of metadata attributes about file.
Definition at line 93 of file bucket.h.
Referenced by ast_media_cache_create_or_update(), ast_media_cache_retrieve_metadata(), bucket_file_copy_handler(), and media_cache_handle_show_item().
| struct timeval modified | 
When this file was last modified.
Definition at line 91 of file bucket.h.
Referenced by ast_media_cache_create_or_update(), and bucket_file_copy_handler().
| char path[PATH_MAX] | 
Local path to this file.
Definition at line 95 of file bucket.h.
Referenced by ast_media_cache_create_or_update(), ast_media_cache_retrieve(), bucket_file_copy_handler(), bucket_file_run_curl(), bucket_file_update_path(), bucket_http_wizard_delete(), media_cache_handle_show_item(), media_cache_item_populate_from_astdb(), media_cache_item_sync_to_astdb(), and media_cache_prnt_summary().
| const ast_string_field scheme | 
Definition at line 87 of file bucket.h.
Referenced by ast_bucket_file_alloc(), bucket_file_copy_handler(), and bucket_file_wizard_retrieve().
| struct ast_bucket_scheme* scheme_impl | 
Scheme implementation in use.
Definition at line 82 of file bucket.h.
Referenced by bucket_file_copy_handler().