JDBC Driver for IBM Cloud Object Storage

Build 22.0.8462

BucketLifecycle

Returns the lifecycle configuration information set on the bucket.

Table Specific Information

Select

The driver will use the IBM Cloud Object Storage API to process WHERE clause conditions built with the following column and operator. The rest of the filter is executed client side within the driver.

  • Bucket supports the '=, IN' comparisons.

For example, the following queries are processed server side:

SELECT * FROM BucketLifecycle WHERE Bucket = 'testBucket' 

SELECT * FROM BucketLifecycle WHERE Bucket IN ('testBucket', 'testBucket2') 

Columns

Name Type Description
Id [KEY] String Id of the rule.
Filter String Filter of the rule.
Status String Status of the rule.
TransitionDays String Transition days for the rule.
TransitionStorage String Storage class of the rule.
ExpirationDays String Expiration days of the rule.
Bucket String Name of the bucket that the rule is applied to.

Copyright (c) 2023 CData Software, Inc. - All rights reserved.
Build 22.0.8462