AzureStor/NAMESPACE

89 строки
2.7 KiB
Plaintext

# Generated by roxygen2: do not edit by hand
S3method(adls_filesystem,adls_endpoint)
S3method(adls_filesystem,character)
S3method(blob_container,blob_endpoint)
S3method(blob_container,character)
S3method(create_adls_filesystem,adls_endpoint)
S3method(create_adls_filesystem,adls_filesystem)
S3method(create_adls_filesystem,character)
S3method(create_blob_container,blob_container)
S3method(create_blob_container,blob_endpoint)
S3method(create_blob_container,character)
S3method(create_file_share,character)
S3method(create_file_share,file_endpoint)
S3method(create_file_share,file_share)
S3method(delete_adls_filesystem,adls_endpoint)
S3method(delete_adls_filesystem,adls_filesystem)
S3method(delete_adls_filesystem,character)
S3method(delete_blob_container,blob_container)
S3method(delete_blob_container,blob_endpoint)
S3method(delete_blob_container,character)
S3method(delete_file_share,character)
S3method(delete_file_share,file_endpoint)
S3method(delete_file_share,file_share)
S3method(file_share,character)
S3method(file_share,file_endpoint)
S3method(get_storage_properties,blob_container)
S3method(get_storage_properties,file_share)
S3method(get_storage_properties,storage_endpoint)
S3method(list_adls_filesystems,adls_endpoint)
S3method(list_adls_filesystems,character)
S3method(list_blob_containers,blob_endpoint)
S3method(list_blob_containers,character)
S3method(list_file_shares,character)
S3method(list_file_shares,file_endpoint)
S3method(print,adls_endpoint)
S3method(print,adls_filesystem)
S3method(print,blob_container)
S3method(print,file_share)
S3method(print,storage_endpoint)
export(acquire_lease)
export(adls_endpoint)
export(adls_filesystem)
export(az_storage)
export(blob_container)
export(blob_endpoint)
export(break_lease)
export(change_lease)
export(create_adls_dir)
export(create_adls_filesystem)
export(create_azure_dir)
export(create_blob_container)
export(create_file_share)
export(delete_adls_dir)
export(delete_adls_file)
export(delete_adls_filesystem)
export(delete_azure_dir)
export(delete_azure_file)
export(delete_blob)
export(delete_blob_container)
export(delete_file_share)
export(download_adls_file)
export(download_azure_file)
export(download_blob)
export(download_from_url)
export(file_endpoint)
export(file_share)
export(get_azure_dir_properties)
export(get_azure_file_properties)
export(get_blob_properties)
export(get_storage_properties)
export(list_adls_files)
export(list_adls_filesystems)
export(list_azure_files)
export(list_blob_containers)
export(list_blobs)
export(list_file_shares)
export(release_lease)
export(renew_lease)
export(storage_endpoint)
export(upload_adls_file)
export(upload_azure_file)
export(upload_blob)
export(upload_to_url)
import(AzureRMR)
importFrom(utils,URLencode)
importFrom(utils,modifyList)
importFrom(utils,packageVersion)