AWS SDK Version 2 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.

.NET Framework 3.5
 
Information about a repository.

Inheritance Hierarchy

System.Object
  Amazon.CodeCommit.Model.RepositoryMetadata

Namespace: Amazon.CodeCommit.Model
Assembly: AWSSDK.dll
Version: (assembly version)

Syntax

C#
public class RepositoryMetadata : Object

The RepositoryMetadata type exposes the following members

Constructors

NameDescription
Public Method RepositoryMetadata()

Properties

NameTypeDescription
Public Property AccountId System.String Gets and sets the property AccountId.

The ID of the AWS account associated with the repository.

Public Property Arn System.String Gets and sets the property Arn.

The Amazon Resource Name (ARN) of the repository.

Public Property CloneUrlHttp System.String Gets and sets the property CloneUrlHttp.

The URL to use for cloning the repository over HTTPS.

Public Property CloneUrlSsh System.String Gets and sets the property CloneUrlSsh.

The URL to use for cloning the repository over SSH.

Public Property CreationDate System.DateTime Gets and sets the property CreationDate.

The date and time the repository was created, in timestamp format.

Public Property DefaultBranch System.String Gets and sets the property DefaultBranch.

The repository's default branch name.

Public Property LastModifiedDate System.DateTime Gets and sets the property LastModifiedDate.

The date and time the repository was last modified, in timestamp format.

Public Property RepositoryDescription System.String Gets and sets the property RepositoryDescription.

A comment or description about the repository.

Public Property RepositoryId System.String Gets and sets the property RepositoryId.

The ID of the repository.

Public Property RepositoryName System.String Gets and sets the property RepositoryName.

The repository's name.

Version Information

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