Objects
Returns information for objects inside a specific bucket. If the bucket is not specified only the first bucket's objects are returned by default.
Table Specific Information
Select
The adapter uses the Wasabi API to process search criteria that refers to the Name and Bucket columns. The adapter processes other filters client side within the adapter. For example, the following queries are processed server side.
SELECT * FROM Objects SELECT * FROM Objects WHERE Name='TestObject' SELECT * FROM Objects WHERE Bucket='TestBucket' SELECT * FROM Objects WHERE Name='TestObject' AND Bucket='TestBucket'
Columns
Name | Type | ReadOnly | Description |
Object [KEY] | String | False |
Objects's name. |
Description | String | False |
Object's description. |
LastModified | Datetime | False |
Date the object was last modified. |
OwnerId | String | False |
Objects owner's canonical user ID. |
OwnerDisplayName | String | False |
Objects owner's display name. |
Size | String | False |
Objects size. |
Etag | String | False |
Objects Etag. |
Bucket [KEY] | String | False |
Bucket in which the object is located. |