Buckets
Returns information for buckets.
Table Specific Information
Select
The adapter uses the Wasabi API to process search criteria that refers to the Bucket column. The adapter processes other filters client side within the adapter. For example, the following queries are processed server side.
SELECT * FROM Buckets SELECT * FROM Buckets WHERE Bucket='TestBucket'
Columns
Name | Type | ReadOnly | Description |
Bucket [KEY] | String | False |
Bucket's name. |
CreationDate | Timestamp | False |
Date the bucket was created. |
OwnerId | String | False |
Bucket owner's canonical user ID. |
OwnerDisplayName | String | False |
Bucket owner's display name. |