ObjectReplicationPolicy Class

Policy id and rule ids applied to a blob.

Inheritance
azure.storage.blob._shared.models.DictMixin
ObjectReplicationPolicy

Constructor

ObjectReplicationPolicy(**kwargs)

Variables

policy_id
str

Policy id for the blob. A replication policy gets created (policy id) when creating a source/destination pair.

rules
list(ObjectReplicationRule)

Within each policy there may be multiple replication rules. e.g. rule 1= src/container/.pdf to dst/container2/; rule2 = src/container1/.jpg to dst/container3

Methods

get
has_key
items
keys
update
values

get

get(key, default=None)

Parameters

key
Required
default
default value: None

has_key

has_key(k)

Parameters

k
Required

items

items()

keys

keys()

update

update(*args, **kwargs)

values

values()