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.

Returns information about a merge or potential merge between a source reference and a destination reference in a pull request.

Inheritance Hierarchy

System.Object
  Amazon.CodeCommit.Model.MergeMetadata

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

Syntax

C#
public class MergeMetadata

The MergeMetadata type exposes the following members

Constructors

NameDescription
Public Method MergeMetadata()

Properties

NameTypeDescription
Public Property IsMerged System.Boolean

Gets and sets the property IsMerged.

A Boolean value indicating whether the merge has been made.

Public Property MergeCommitId System.String

Gets and sets the property MergeCommitId.

The commit ID for the merge commit, if any.

Public Property MergedBy System.String

Gets and sets the property MergedBy.

The Amazon Resource Name (ARN) of the user who merged the branches.

Public Property MergeOption Amazon.CodeCommit.MergeOptionTypeEnum

Gets and sets the property MergeOption.

The merge strategy used in the merge.

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