google_api_storage v0.4.0 GoogleApi.Storage.V1.Model.BucketLifecycleCondition View Source

The condition(s) under which the action will be taken.

Attributes

  • age (integer()): Age of an object (in days). This condition is satisfied when an object reaches the specified age. Defaults to: null.
  • createdBefore (Date.t): A date in RFC 3339 format with only the date part (for instance, "2013-01-15"). This condition is satisfied when an object is created before midnight of the specified date in UTC. Defaults to: null.
  • isLive (boolean()): Relevant only for versioned objects. If the value is true, this condition matches live objects; if the value is false, it matches archived objects. Defaults to: null.
  • matchesPattern (String.t): A regular expression that satisfies the RE2 syntax. This condition is satisfied when the name of the object matches the RE2 pattern. Note: This feature is currently in the "Early Access" launch stage and is only available to a whitelisted set of users; that means that this feature may be changed in backward-incompatible ways and that it is not guaranteed to be released. Defaults to: null.
  • matchesStorageClass ([String.t]): Objects having any of the storage classes specified by this condition will be matched. Values include MULTI_REGIONAL, REGIONAL, NEARLINE, COLDLINE, STANDARD, and DURABLE_REDUCED_AVAILABILITY. Defaults to: null.
  • numNewerVersions (integer()): Relevant only for versioned objects. If the value is N, this condition is satisfied when there are at least N versions (including the live version) newer than this version of the object. Defaults to: null.

Link to this section Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Link to this section Types

Link to this type

t() View Source
t() :: %GoogleApi.Storage.V1.Model.BucketLifecycleCondition{
  age: any(),
  createdBefore: Date.t(),
  isLive: any(),
  matchesPattern: any(),
  matchesStorageClass: [any()],
  numNewerVersions: any()
}

Link to this section Functions

Link to this function

decode(value, options) View Source
decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.