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

TieredStorageRule

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

Rule to specify what data is stored in a storage tier.

interface TieredStorageRule {
includeIfOlderThan?: number;
}

§Properties

§
includeIfOlderThan?: number
[src]

Include cells older than the given age. For the infrequent access tier, this value must be at least 30 days.