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.

Returns information about a specific Git blob object.

Inheritance Hierarchy

System.Object
  Amazon.CodeCommit.Model.BlobMetadata

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

Syntax

C#
public class BlobMetadata

The BlobMetadata type exposes the following members

Constructors

NameDescription
Public Method BlobMetadata()

Properties

NameTypeDescription
Public Property BlobId System.String

Gets and sets the property BlobId.

The full ID of the blob.

Public Property Mode System.String

Gets and sets the property Mode.

The file mode permissions of the blob. File mode permission codes include:

  • 100644 indicates read/write

  • 100755 indicates read/write/execute

  • 160000 indicates a submodule

  • 120000 indicates a symlink

Public Property Path System.String

Gets and sets the property Path.

The path to the blob and associated file name, if any.

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