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.

Container for the parameters to the PutFile operation. Adds or updates a file in a branch in an CodeCommit repository, and generates a commit for the addition in the specified branch.

Inheritance Hierarchy

System.Object
  Amazon.Runtime.AmazonWebServiceRequest
    Amazon.CodeCommit.AmazonCodeCommitRequest
      Amazon.CodeCommit.Model.PutFileRequest

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

Syntax

C#
public class PutFileRequest : AmazonCodeCommitRequest
         IAmazonWebServiceRequest

The PutFileRequest type exposes the following members

Constructors

NameDescription
Public Method PutFileRequest()

Properties

NameTypeDescription
Public Property BranchName System.String

Gets and sets the property BranchName.

The name of the branch where you want to add or update the file. If this is an empty repository, this branch is created.

Public Property CommitMessage System.String

Gets and sets the property CommitMessage.

A message about why this file was added or updated. Although it is optional, a message makes the commit history for your repository more useful.

Public Property Email System.String

Gets and sets the property Email.

An email address for the person adding or updating the file.

Public Property FileContent System.IO.MemoryStream

Gets and sets the property FileContent.

The content of the file, in binary object format.

Public Property FileMode Amazon.CodeCommit.FileModeTypeEnum

Gets and sets the property FileMode.

The file mode permissions of the blob. Valid file mode permissions are listed here.

Public Property FilePath System.String

Gets and sets the property FilePath.

The name of the file you want to add or update, including the relative path to the file in the repository.

If the path does not currently exist in the repository, the path is created as part of adding the file.

Public Property Name System.String

Gets and sets the property Name.

The name of the person adding or updating the file. Although it is optional, a name makes the commit history for your repository more useful.

Public Property ParentCommitId System.String

Gets and sets the property ParentCommitId.

The full commit ID of the head commit in the branch where you want to add or update the file. If this is an empty repository, no commit ID is required. If this is not an empty repository, a commit ID is required.

The commit ID must match the ID of the head commit at the time of the operation. Otherwise, an error occurs, and the file is not added or updated.

Public Property RepositoryName System.String

Gets and sets the property RepositoryName.

The name of the repository where you want to add or update the file.

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