Class
Deltacloud::Drivers::Azure::AzureDriver
In:
lib/deltacloud/drivers/azure/azure_driver.rb
Parent:
Deltacloud::BaseDriver
Methods
blob_data
blob_metadata
blobs
buckets
create_blob
create_bucket
delete_blob
delete_bucket
supported_collections
update_blob_metadata
Public Instance methods
blob_data
(credentials, bucket_id, blob_id, opts={}) {|WAZ::Blobs::Container.find(bucket_id)[blob_id].value| ...}
blob_metadata
(credentials, opts = {})
-
Blob Metadada
-
blobs
(credentials, opts={})
buckets
(credentials, opts={})
create_blob
(credentials, bucket_id, blob_id, blob_data, opts={})
create_bucket
(credentials, name, opts={})
delete_blob
(credentials, bucket_id, blob_id, opts={})
delete_bucket
(credentials, name, opts={})
supported_collections
()
update_blob_metadata
(credentials, opts={})
-
Update Blob Metadata
-
[Validate]