aio Package

Classes

ShareClient

A client to interact with a specific share, although that share may not yet exist.

For operations relating to a specific directory or file in this share, the clients for those entities can also be retrieved using the get_directory_client and get_file_client functions.

ShareDirectoryClient

A client to interact with a specific directory, although it may not yet exist.

For operations relating to a specific subdirectory or file in this share, the clients for those entities can also be retrieved using the get_subdirectory_client and get_file_client functions.

ShareFileClient

A client to interact with a specific file, although that file may not yet exist.

ShareLeaseClient

Creates a new ShareLeaseClient.

This client provides lease operations on a ShareClient or ShareFileClient.

ShareServiceClient

A client to interact with the File Share Service at the account level.

This client provides operations to retrieve and configure the account properties as well as list, create and delete shares within the account. For operations relating to a specific share, a client for that entity can also be retrieved using the get_share_client function.