GoogleApi.PubSubLite.V1.Model.RetentionConfig (google_api_pub_sub_lite v0.3.0) View Source
The settings for a topic's message retention.
Attributes
-
perPartitionBytes
(type:String.t
, default:nil
) - The provisioned storage, in bytes, per partition. If the number of bytes stored in any of the topic's partitions grows beyond this value, older messages will be dropped to make room for newer ones, regardless of the value ofperiod
. -
period
(type:String.t
, default:nil
) - How long a published message is retained. If unset, messages will be retained as long as the bytes retained for each partition is belowper_partition_bytes
.
Link to this section Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Link to this section Types
Specs
Link to this section Functions
Specs
Unwrap a decoded JSON object into its complex fields.