AWS SDK Version 4 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 repository, including its Amazon Resource Name (ARN), description, and domain information. The ListRepositories operation returns a list of RepositorySummary objects.

Inheritance Hierarchy

System.Object
  Amazon.CodeArtifact.Model.RepositorySummary

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

Syntax

C#
public class RepositorySummary

The RepositorySummary type exposes the following members

Constructors

NameDescription
Public Method RepositorySummary()

Properties

NameTypeDescription
Public Property AdministratorAccount System.String

Gets and sets the property AdministratorAccount.

The Amazon Web Services account ID that manages the repository.

Public Property Arn System.String

Gets and sets the property Arn.

The ARN of the repository.

Public Property CreatedTime System.Nullable<System.DateTime>

Gets and sets the property CreatedTime.

A timestamp that represents the date and time the repository was created.

Public Property Description System.String

Gets and sets the property Description.

The description of the repository.

Public Property DomainName System.String

Gets and sets the property DomainName.

The name of the domain that contains the repository.

Public Property DomainOwner System.String

Gets and sets the property DomainOwner.

The 12-digit account number of the Amazon Web Services account that owns the domain. It does not include dashes or spaces.

Public Property Name System.String

Gets and sets the property Name.

The name of the repository.

Version Information

.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