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.

An object representing an Amazon ECR image layer.

Inheritance Hierarchy

System.Object
  Amazon.ECR.Model.Layer

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

Syntax

C#
public class Layer

The Layer type exposes the following members

Constructors

NameDescription
Public Method Layer()

Properties

NameTypeDescription
Public Property LayerAvailability Amazon.ECR.LayerAvailability

Gets and sets the property LayerAvailability.

The availability status of the image layer.

Public Property LayerDigest System.String

Gets and sets the property LayerDigest.

The sha256 digest of the image layer.

Public Property LayerSize System.Int64

Gets and sets the property LayerSize.

The size, in bytes, of the image layer.

Public Property MediaType System.String

Gets and sets the property MediaType.

The media type of the layer, such as application/vnd.docker.image.rootfs.diff.tar.gzip or application/vnd.oci.image.layer.v1.tar+gzip.

Version Information

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

.NET Standard:
Supported in: 2.0

.NET Framework:
Supported in: 4.5 and newer, 3.5