Method: Google::Cloud::Storage::Bucket::Lifecycle::Rule#matches_storage_class

Defined in:
lib/google/cloud/storage/bucket/lifecycle.rb,
lib/google/cloud/storage/bucket/lifecycle.rb

#matches_storage_classArray<String>

Files having any of the storage classes specified by this condition will be matched. Values include STANDARD, NEARLINE, COLDLINE, and ARCHIVE. REGIONAL, MULTI_REGIONAL, and DURABLE_REDUCED_AVAILABILITY are supported as legacy storage classes.

Returns:

  • (Array<String>)

    the current value of matches_storage_class



437
438
439
# File 'lib/google/cloud/storage/bucket/lifecycle.rb', line 437

def matches_storage_class
  @matches_storage_class
end