b2_list_file_names: List file names

Description Usage Arguments Details Value

View source: R/b2_list_file_names.R

Description

List of files in a B2 bucket, starting at a given file name

Usage

1
2
3

Arguments

bucket_id

Id of the bucket to get list of files. Note that this is not the name of the bucket.

...

Optional parameters (see details)

Details

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

Note that you provide the id of the bucket to this function, not the name of the bucket. The id of the bucket is obtained from a call to b2_list_buckets.

To get the a list of files by bucket name, call b2_files_by_bucket_name

Optional parameters

Optional arguments to the API call can be passed as named arguments

startFileName - The first file name to return

maxFileCount - Maximum number of files to return (defaults to 100, maximum 10000)

prefix - Return files starting with prefix

delimiter - Used to limit return to top folder or single subfolder

Value

b2_list_file_names returns a list of the JSON response.

b2_list_file_names_df returns a tibble of the file information.


mvanhala/B2R documentation built on Aug. 26, 2020, 10:42 a.m.