BucketsAnalytics
Returns an analytics configuration (identified by the analytics configuration ID) from the bucket.
Table Specific Information
Select
The add-in uses the Amazon S3 API to process search criteria that refers to the Bucket column. The add-in processes other filters client side within the add-in. For example, the following queries are processed server side.
SELECT * FROM BucketsAnalytics SELECT * FROM BucketsAnalytics WHERE Bucket = 'TestBucket'
Columns
| Name | Type | Description |
| Id [KEY] | String | The ID that identifies the analytics configuration. |
| FilterPrefix | String | The prefix that an object must have to be included in the analytics results. |
| OutputSchemaVersion | String | The version of the output schema to use when exporting data. Must be V_1. |
| DestinationBucket | String | The Amazon Resource Name (ARN) of the bucket where analytics results are published. |
| DestinationFormat | String | Specifies the output format of the analytics results. |
| DestinationPrefix | String | The prefix that is prepended to all analytics results. |
| Bucket | String | The name of the current bucket. |