store Package

Modules

core

The main file-system class and functionality.

Provides an pythonic interface to the Azure Data-lake Store, including file-system commands with typical names and options, and a File object which is compatible with the built-in File.

enums
exceptions
lib

Low-level calls to REST end-points.

Specific interfaces to the Data-lake Store filesystem layer and authentication code.

multiprocessor
multithread

High performance multi-threaded module to up/download

Calls method in core with thread pool executor to ensure the network is used to its maximum throughput.

Only implements upload and download of (massive) files and directory trees.

retry

Provides implementation of different Retry Policies

transfer

Low-level classes for managing data transfer.

utils