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 the details of a merge hunk that contains a conflict in a merge or pull request operation.

Inheritance Hierarchy

System.Object
  Amazon.CodeCommit.Model.MergeHunkDetail

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

Syntax

C#
public class MergeHunkDetail

The MergeHunkDetail type exposes the following members

Constructors

NameDescription
Public Method MergeHunkDetail()

Properties

NameTypeDescription
Public Property EndLine System.Int32

Gets and sets the property EndLine.

The end position of the hunk in the merge result.

Public Property HunkContent System.String

Gets and sets the property HunkContent.

The base-64 encoded content of the hunk merged region that might contain a conflict.

Public Property StartLine System.Int32

Gets and sets the property StartLine.

The start position of the hunk in the merge result.

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