AWS SDK Version 3 for .NET
API Reference

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.

Inheritance Hierarchy

System.Object
  Amazon.CodeArtifact.Model.PackageVersionDescription

Namespace: Amazon.CodeArtifact.Model
Assembly: AWSSDK.CodeArtifact.dll
Version: 3.x.y.z

Syntax

C#
public class PackageVersionDescription

The PackageVersionDescription type exposes the following members

Constructors

NameDescription
Public Method PackageVersionDescription()

Properties

NameTypeDescription
Public Property DisplayName System.String

Gets and sets the property DisplayName.

The name of the package that is displayed. The displayName varies depending on the package version's format. For example, if an npm package is named ui, is in the namespace vue, and has the format npm, then the displayName is @vue/ui.

Public Property Format Amazon.CodeArtifact.PackageFormat

Gets and sets the property Format.

The format of the package version.

Public Property HomePage System.String

Gets and sets the property HomePage.

The homepage associated with the package.

Public Property Licenses System.Collections.Generic.List<Amazon.CodeArtifact.Model.LicenseInfo>

Gets and sets the property Licenses.

Information about licenses associated with the package version.

Public Property 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:

  • The namespace of a Maven package version is its groupId.

  • The namespace of an npm or Swift package version is its scope.

  • The namespace of a generic package is its namespace.

  • Python and NuGet package versions do not contain a corresponding component, package versions of those formats do not have a namespace.

Public Property 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.

Public Property PackageName System.String

Gets and sets the property PackageName.

The name of the requested package.

Public Property PublishedTime System.DateTime

Gets and sets the property PublishedTime.

A timestamp that contains the date and time the package version was published.

Public Property Revision System.String

Gets and sets the property Revision.

The revision of the package version.

Public Property 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.

Public Property Status Amazon.CodeArtifact.PackageVersionStatus

Gets and sets the property Status.

A string that contains the status of the package version.

Public Property 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.

Public Property Version System.String

Gets and sets the property Version.

The version of the package.

Version Information

.NET Core App:
Supported in: 3.1

.NET Standard:
Supported in: 2.0

.NET Framework:
Supported in: 4.5, 4.0, 3.5