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

TieredStorageConfig

import type { TieredStorageConfig } from "https://googleapis.deno.dev/v1/bigtableadmin:v2.ts";

Config for tiered storage. A valid config must have a valid TieredStorageRule. Otherwise the whole TieredStorageConfig must be unset. By default all data is stored in the SSD tier (only SSD instances can configure tiered storage).

interface TieredStorageConfig {
infrequentAccess?: TieredStorageRule;
}

§Properties

§
infrequentAccess?: TieredStorageRule
[src]

Rule to specify what data is stored in the infrequent access(IA) tier. The IA tier allows storing more data per node with reduced performance.