azure_storage_datastore Module

Contains functionality for datastores that save connection information to Azure Blob and Azure File storage.

Classes

AbstractAzureStorageDatastore

Represents the base class for datastores that save connection information to Azure Blob and Azure File storage.

You should not work with this class directly. To create a datastore, use one of the register* methods of the Datastore class, for example, register_azure_blob_container.

Note: When using a datastore to access data, you must have permission to access the data, which depends on the credentials registered with the datastore.

Class AbstractAzureStorageDatastore constructor.

AzureBlobDatastore

Represents a datastore that saves connection information to Azure Blob storage.

You should not work with this class directly. To create a datastore of this type, use the register_azure_blob_container method of Datastore.

Note: When using a datastore to access data, you must have permission to access that data, which depends on the credentials registered with the datastore.

Initialize a new Azure Blob Datastore.

AzureFileDatastore

Represents a datastore that saves connection information to Azure File storage.

You should not work with this class directly. To create a datastore of this type, use the register_azure_file_share method of Datastore.

Note: When using a datastore to access data, you must have permission to access that data, which depends on the credentials registered with the datastore.

Initialize a new Azure File Share Datastore.