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

ModifyColumnFamiliesRequest

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

Request message for google.bigtable.admin.v2.BigtableTableAdmin.ModifyColumnFamilies

interface ModifyColumnFamiliesRequest {
ignoreWarnings?: boolean;
modifications?: Modification[];
}

§Properties

§
ignoreWarnings?: boolean
[src]

Optional. If true, ignore safety checks when modifying the column families.

§
modifications?: Modification[]
[src]

Required. Modifications to be atomically applied to the specified table's families. Entries are applied in order, meaning that earlier modifications can be masked by later ones (in the case of repeated updates to the same family, for example).