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 whether a file is binary or textual in a merge or pull request operation.

Inheritance Hierarchy

System.Object
  Amazon.CodeCommit.Model.IsBinaryFile

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

Syntax

C#
public class IsBinaryFile

The IsBinaryFile type exposes the following members

Constructors

NameDescription
Public Method IsBinaryFile()

Properties

NameTypeDescription
Public Property Base System.Boolean

Gets and sets the property Base.

The binary or non-binary status of a file in the base of a merge or pull request.

Public Property Destination System.Boolean

Gets and sets the property Destination.

The binary or non-binary status of a file in the destination of a merge or pull request.

Public Property Source System.Boolean

Gets and sets the property Source.

The binary or non-binary status of 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