FilteredBlob クラス

フィルター BLOB API 呼び出しからの BLOB 情報。

継承
azure.storage.blob._shared.models.DictMixin
FilteredBlob

コンストラクター

FilteredBlob(**kwargs)

変数

名前 説明
name

BLOB 名

container_name

コンテナー名。

tags

BLOB タグのキー値ペア。

メソッド

get
has_key
items
keys
update
values

get

get(key, default=None)

パラメーター

名前 説明
key
必須
default
既定値: None

has_key

has_key(k)

パラメーター

名前 説明
k
必須

items

items()

keys

keys()

update

update(*args, **kwargs)

values

values()