Google Cloud Storage C++ Client 2.13.0
A C++ Client Library for Google Cloud Storage
Loading...
Searching...
No Matches
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_lifecycle.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.

Member Data Documentation

◆ rule

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