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 file operation conflicts in a merge operation.

Inheritance Hierarchy

System.Object
  Amazon.CodeCommit.Model.MergeOperations

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

Syntax

C#
public class MergeOperations

The MergeOperations type exposes the following members

Constructors

NameDescription
Public Method MergeOperations()

Properties

NameTypeDescription
Public Property Destination Amazon.CodeCommit.ChangeTypeEnum

Gets and sets the property Destination.

The operation on a file in the destination of a merge or pull request.

Public Property Source Amazon.CodeCommit.ChangeTypeEnum

Gets and sets the property Source.

The operation (add, modify, or delete) on a file 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