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 size of files in a merge or pull request.

Inheritance Hierarchy

System.Object
  Amazon.CodeCommit.Model.FileSizes

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

Syntax

C#
public class FileSizes

The FileSizes type exposes the following members

Constructors

NameDescription
Public Method FileSizes()

Properties

NameTypeDescription
Public Property Base System.Int64

Gets and sets the property Base.

The size of a file in the base of a merge or pull request.

Public Property Destination System.Int64

Gets and sets the property Destination.

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

Public Property Source System.Int64

Gets and sets the property Source.

The size of 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