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

Determines how long the associated data should persist.

#include <blob_rest_client.hpp>

Public Attributes

bool IsEnabled = false
 
Azure::Nullable< int32_t > Days
 

Member Data Documentation

◆ Days

Azure::Nullable<int32_t> Azure::Storage::Blobs::Models::RetentionPolicy::Days

Indicates the number of days that metrics or logging or soft-deleted data should be retained.

◆ IsEnabled

bool Azure::Storage::Blobs::Models::RetentionPolicy::IsEnabled = false

Indicates whether this retention policy is enabled.


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