AWS SDK Version 4 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 a file added or updated as part of a commit.

Inheritance Hierarchy

System.Object
  Amazon.CodeCommit.Model.PutFileEntry

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

Syntax

C#
public class PutFileEntry

The PutFileEntry type exposes the following members

Constructors

NameDescription
Public Method PutFileEntry()

Properties

NameTypeDescription
Public Property FileContent System.IO.MemoryStream

Gets and sets the property FileContent.

The content of the file, if a source file is not specified.

Public Property FileMode Amazon.CodeCommit.FileModeTypeEnum

Gets and sets the property FileMode.

The extrapolated file mode permissions for the file. Valid values include EXECUTABLE and NORMAL.

Public Property FilePath System.String

Gets and sets the property FilePath.

The full path to the file in the repository, including the name of the file.

Public Property SourceFile Amazon.CodeCommit.Model.SourceFileSpecifier

Gets and sets the property SourceFile.

The name and full path of the file that contains the changes you want to make as part of the commit, if you are not providing the file content directly.

Version Information

.NET:
Supported in: 8.0 and newer, Core 3.1

.NET Standard:
Supported in: 2.0

.NET Framework:
Supported in: 4.7.2 and newer