AWS services or capabilities described in AWS Documentation may vary by region/location. Click Getting Started with Amazon AWS to see specific differences applicable to the China (Beijing) Region.
Details about a package version.
Namespace: Amazon.CodeArtifact.Model
Assembly: AWSSDK.CodeArtifact.dll
Version: 3.x.y.z
public class PackageVersionDescription
The PackageVersionDescription type exposes the following members
Name | Description | |
---|---|---|
![]() |
PackageVersionDescription() |
Name | Type | Description | |
---|---|---|---|
![]() |
DisplayName | System.String |
Gets and sets the property DisplayName.
The name of the package that is displayed. The |
![]() |
Format | Amazon.CodeArtifact.PackageFormat |
Gets and sets the property Format. The format of the package version. |
![]() |
HomePage | System.String |
Gets and sets the property HomePage. The homepage associated with the package. |
![]() |
Licenses | System.Collections.Generic.List<Amazon.CodeArtifact.Model.LicenseInfo> |
Gets and sets the property Licenses. Information about licenses associated with the package version. Starting with version 4 of the SDK this property will default to null. If no data for this property is returned from the service the property will also be null. This was changed to improve performance and allow the SDK and caller to distinguish between a property not set or a property being empty to clear out a value. To retain the previous SDK behavior set the AWSConfigs.InitializeCollections static property to true. |
![]() |
Namespace | System.String |
Gets and sets the property Namespace. The namespace of the package version. The package component that specifies its namespace depends on its type. For example:
|
![]() |
Origin | Amazon.CodeArtifact.Model.PackageVersionOrigin |
Gets and sets the property Origin. A PackageVersionOrigin object that contains information about how the package version was added to the repository. |
![]() |
PackageName | System.String |
Gets and sets the property PackageName. The name of the requested package. |
![]() |
PublishedTime | System.Nullable<System.DateTime> |
Gets and sets the property PublishedTime. A timestamp that contains the date and time the package version was published. |
![]() |
Revision | System.String |
Gets and sets the property Revision. The revision of the package version. |
![]() |
SourceCodeRepository | System.String |
Gets and sets the property SourceCodeRepository. The repository for the source code in the package version, or the source code used to build it. |
![]() |
Status | Amazon.CodeArtifact.PackageVersionStatus |
Gets and sets the property Status. A string that contains the status of the package version. |
![]() |
Summary | System.String |
Gets and sets the property Summary. A summary of the package version. The summary is extracted from the package. The information in and detail level of the summary depends on the package version's format. |
![]() |
Version | System.String |
Gets and sets the property Version. The version of the package. |
.NET:
Supported in: 8.0 and newer, Core 3.1
.NET Standard:
Supported in: 2.0
.NET Framework:
Supported in: 4.7.2 and newer