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 merge hunks in a merge or pull request operation.

Inheritance Hierarchy

System.Object
  Amazon.CodeCommit.Model.MergeHunk

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

Syntax

C#
public class MergeHunk

The MergeHunk type exposes the following members

Constructors

NameDescription
Public Method MergeHunk()

Properties

NameTypeDescription
Public Property Base Amazon.CodeCommit.Model.MergeHunkDetail

Gets and sets the property Base.

Information about the merge hunk in the base of a merge or pull request.

Public Property Destination Amazon.CodeCommit.Model.MergeHunkDetail

Gets and sets the property Destination.

Information about the merge hunk in the destination of a merge or pull request.

Public Property IsConflict System.Boolean

Gets and sets the property IsConflict.

A Boolean value indicating whether a combination of hunks contains a conflict. Conflicts occur when the same file or the same lines in a file were modified in both the source and destination of a merge or pull request. Valid values include true, false, and null. True when the hunk represents a conflict and one or more files contains a line conflict. File mode conflicts in a merge do not set this to true.

Public Property Source Amazon.CodeCommit.Model.MergeHunkDetail

Gets and sets the property Source.

Information about the merge hunk in the source of a merge or pull request.

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