azure-storage-blobs
Public Attributes | List of all members
Azure::Storage::Blobs::Models::ObjectReplicationPolicy Struct Referencefinal

Contains object replication policy ID and the respective list of #ObjectReplicationRule s. This is used when retrieving the object replication properties on the source blob. The policy id for the destination blob is set in ObjectReplicationDestinationPolicyId of the respective method responses.

#include <blob_rest_client.hpp>

Public Attributes

std::string PolicyId
 
std::vector< ObjectReplicationRuleRules
 

Member Data Documentation

◆ PolicyId

std::string Azure::Storage::Blobs::Models::ObjectReplicationPolicy::PolicyId

The policy ID.

◆ Rules

std::vector<ObjectReplicationRule> Azure::Storage::Blobs::Models::ObjectReplicationPolicy::Rules

The Rule IDs and respective replication status that are under the policy ID.


The documentation for this struct was generated from the following file: