Parents
Lists parent gist information for forked gists.
Table-Specific Information
Select
The provider uses the GitHub API to process WHERE clause conditions that are built with the following column and operators:
- GistName supports the '=,IN' comparison operators.
For example, the following queries are processed server-side:
SELECT * FROM [Parents]
SELECT * FROM [Parents] WHERE [GistName] = 'Val1'
The provider processes other filters client-side within the provider.
Insert
You can use the following column to create (insert) a new record: Name
INSERT INTO [Parents] ([Name]) VALUES ('d7e43b9c1a285c14f62af9803e1d47c8')
Columns
| Name | Type | ReadOnly | References | Description |
| GistName [KEY] | String | True |
Gists.Name |
The identifier of the child gist. |
| Id | String | True |
The node ID of the parent gist. | |
| Name | String | False |
The identifier of the parent gist. | |
| Public | Bool | True |
Indicates whether the parent gist is public. | |
| Description | String | True |
The parent gist description. | |
| Url | String | True |
The API URL of the parent gist. | |
| HtmlUrl | String | True |
The HTML URL of the parent gist. | |
| GitPullUrl | String | True |
The git pull URL of the parent gist. | |
| GitPushUrl | String | True |
The git push URL of the parent gist. | |
| CommitsUrl | String | True |
The API URL for the parent gist's commits. | |
| ForksUrl | String | True |
The API URL for the parent gist's forks. | |
| CommentsUrl | String | True |
The API URL for the parent gist's comments. | |
| CommentsEnabled | Bool | True |
Indicates whether comments are enabled for the parent gist. | |
| Comments | Int | True |
The number of comments on the parent gist. | |
| CreatedAt | Datetime | True |
The date and time when the parent gist was created. | |
| UpdatedAt | Datetime | True |
The date and time when the parent gist was last updated. | |
| UserLogin | String | True |
The username of the parent gist owner. | |
| UserId | Int | True |
The ID of the parent gist owner. | |
| UserNodeId | String | True |
The node ID of the parent gist owner. | |
| UserAvatarUrl | String | True |
The avatar URL of the parent gist owner. | |
| UserGravatarId | String | True |
The Gravatar ID of the parent gist owner. | |
| UserUrl | String | True |
The API URL of the parent gist owner. | |
| UserHtmlUrl | String | True |
The HTML URL of the parent gist owner. | |
| UserFollowersUrl | String | True |
The API URL for the parent gist owner's followers. | |
| UserFollowingUrl | String | True |
The API URL for the parent gist owner's following. | |
| UserGistsUrl | String | True |
The API URL for the parent gist owner's gists. | |
| UserStarredUrl | String | True |
The API URL for the parent gist owner's starred repositories. | |
| UserSubscriptionsUrl | String | True |
The API URL for the parent gist owner's subscriptions. | |
| UserOrganizationsUrl | String | True |
The API URL for the parent gist owner's organizations. | |
| UserReposUrl | String | True |
The API URL for the parent gist owner's repositories. | |
| UserEventsUrl | String | True |
The API URL for the parent gist owner's events. | |
| UserReceivedEventsUrl | String | True |
The API URL for the parent gist owner's received events. | |
| UserType | String | True |
The type of the parent gist owner. | |
| UserSiteAdmin | Bool | True |
Indicates whether the parent gist owner is a site administrator. | |
| UserViewType | String | True |
The user view type of the parent gist owner. | |
| OwnerLogin | String | True |
The username of the child gist owner. |