Views
Views are composed of columns and pseudo columns. Views are similar to tables in the way that data is represented; however, views do not support updates. Entities that are represented as views are typically read-only entities. Often, a stored procedure is available to update the data if such functionality is applicable to the data source.
Queries can be executed against a view as if it were a normal table, and the data that comes back is similar in that regard. To find out more about tables and stored procedures, please navigate to their corresponding entries in this help document.
Twitter Adapter Views
| Name | Description |
| AccountSettings | Query account settings about the currently authenticated user. |
| Followers | Query a list of users following the current Twitter account. |
| ListMembers | Query the members of a specified list. |
| Lists | Query Twitter list information based on a set of criteria. |
| ListSubscribers | Query the subscribers to a specified list. |
| Mentions | Query the most recent mentions (tweet containing @username) for the authenticating user. |
| Retweets | Query a list of retweets of the authenticated user. |
| Trends | Query the daily trending topics from Twitter. |
| TweetStream | Query public data flowing through Twitter. |
| Users | Query a list of users based on the SearchTerms, Id, or Screen_Name. |