Function raze::api::b2_list_file_names[][src]

pub async fn b2_list_file_names<T: AsRef<str>, Q: AsRef<str>>(
    client: &Client,
    auth: &B2Auth,
    bucket_id: T,
    start_file_name: Q,
    max_file_count: u32
) -> Result<ListFilesResult, Error>
Expand description

https://www.backblaze.com/b2/docs/b2_list_file_names.html

Note billing behavior regarding ‘max_file_count’
Leaving ‘start_file_name’ empty will go from the first file
May return a ‘next_file_name’ which can be used to continue from where the previous call ended