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.
Namespace: Amazon.CodeCommit.Model
Assembly: AWSSDK.CodeCommit.dll
Version: 3.x.y.z
public class PutFileEntry
The PutFileEntry type exposes the following members
| Name | Description | |
|---|---|---|
|
PutFileEntry() |
| Name | Type | Description | |
|---|---|---|---|
|
FileContent | System.IO.MemoryStream |
Gets and sets the property FileContent. The content of the file, if a source file is not specified. |
|
FileMode | Amazon.CodeCommit.FileModeTypeEnum |
Gets and sets the property FileMode. The extrapolated file mode permissions for the file. Valid values include EXECUTABLE and NORMAL. |
|
FilePath | System.String |
Gets and sets the property FilePath. The full path to the file in the repository, including the name of the file. |
|
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. |
.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