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

StorageMode

import type { StorageMode } from "https://aws-api.deno.dev/v0.4/services/kafka.ts?docs=full";

Controls storage mode for various supported storage tiers.

type StorageMode = "LOCAL" | "TIERED" | cmnP.UnexpectedEnumValue;

§Type

§
"LOCAL" | "TIERED" | cmnP.UnexpectedEnumValue
[src]