Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

PartListElement

import type { PartListElement } from "https://aws-api.deno.dev/v0.3/services/glacier.ts?docs=full";

A list of the part sizes of the multipart upload.

interface PartListElement {
RangeInBytes?: string | null;
SHA256TreeHash?: string | null;
}

§Properties

§
RangeInBytes?: string | null
[src]

The byte range of a part, inclusive of the upper value of the range.

§
SHA256TreeHash?: string | null
[src]

The SHA256 tree hash value that Amazon S3 Glacier calculated for the part. This field is never null.