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.

Information about a repository.

Inheritance Hierarchy

System.Object
  Amazon.CodeCommit.Model.RepositoryMetadata

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

Syntax

C#
public class RepositoryMetadata

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 Amazon Web Services 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 KmsKeyId System.String

Gets and sets the property KmsKeyId.

The ID of the Key Management Service encryption key used to encrypt and decrypt the repository.

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 Core App:
Supported in: 3.1

.NET Standard:
Supported in: 2.0

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