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

GetObjectMetadataOutput

import type { GetObjectMetadataOutput } from "https://aws-api.deno.dev/v0.4/services/backupstorage.ts?docs=full";
interface GetObjectMetadataOutput {
MetadataBlob?: ReadableStream<Uint8Array> | null;
MetadataBlobChecksum?: string | null;
MetadataBlobChecksumAlgorithm?: DataChecksumAlgorithm | null;
MetadataBlobLength?: number | null;
MetadataString?: string | null;
}

§Properties

§
MetadataBlob?: ReadableStream<Uint8Array> | null
[src]

Metadata blob.

§
MetadataBlobChecksum?: string | null
[src]

MetadataBlob checksum.

§
MetadataBlobChecksumAlgorithm?: DataChecksumAlgorithm | null
[src]

Checksum algorithm.

§
MetadataBlobLength?: number | null
[src]

The size of MetadataBlob.

§
MetadataString?: string | null
[src]

Metadata string.