Google Cloud Storage C++ Client  1.42.0
A C++ Client Library for Google Cloud Storage
Public Attributes | List of all members
google::cloud::storage::BucketLifecycle Struct Reference

The Object Lifecycle configuration for a Bucket. More...

#include <google/cloud/storage/bucket_metadata.h>

Public Attributes

std::vector< LifecycleRulerule
 

Detailed Description

The Object Lifecycle configuration for a Bucket.

See also
https://cloud.google.com/storage/docs/managing-lifecycles for general information on object lifecycle rules.

Definition at line 270 of file bucket_metadata.h.

Member Data Documentation

◆ rule

std::vector<LifecycleRule> google::cloud::storage::BucketLifecycle::rule

Definition at line 271 of file bucket_metadata.h.