Jump to Content

Interface UploadLayerPartRequest

Hierarchy

Properties

layerPartBlob: undefined | Uint8Array

The base64-encoded layer part payload.

partFirstByte: undefined | number

The position of the first byte of the layer part witin the overall image layer.

partLastByte: undefined | number

The position of the last byte of the layer part within the overall image layer.

registryId?: string

The Amazon Web Services account ID associated with the registry to which you are uploading layer parts. If you do not specify a registry, the default registry is assumed.

repositoryName: undefined | string

The name of the repository to which you are uploading layer parts.

uploadId: undefined | string

The upload ID from a previous InitiateLayerUpload operation to associate with the layer part upload.