ReleaseAssets
List of releases assets which are dependent on a release.
View-Specific Information
Select
The driver uses the GitHub API to process WHERE clause conditions built with the below columns and operators. The driver processes other filters client-side within the driver.
- ReleaseTagName supports the '=' comparison operator.
- Name supports the '=' comparison operator.
SELECT * FROM [Repository].[ReleaseAssets] WHERE [Repository].[ReleaseAssets].[ReleaseTagName] = 'EXAMPLE'
SELECT * FROM [Repository].[ReleaseAssets] WHERE [Repository].[ReleaseAssets].[Name] = 'EXAMPLE'
Columns
Name | Type | References | OrderBySupport | Description |
Id [KEY] | String | The ID of the asset. | ||
ReleaseTagName | String |
Releases.TagName | The ID of the release that the asset is associated with. | |
Name | String | Identifies the title of the release asset. | ||
ContentType | String | The asset's content-type. | ||
Size | Int | The size (in bytes) of the asset. | ||
UploadedBy | String | The user login name that performed the upload. | ||
Url | String | Identifies the URL of the release asset. | ||
DownloadCount | Int | The number of times this asset was downloaded. | ||
DownloadUrl | String | Identifies the URL where you can download the release asset via the browser. | ||
UpdatedAt | Datetime | Identifies the date and time when the object was last updated. | ||
CreatedAt | Datetime | Identifies the date and time when the object was created. |