Google Apps Script API
    Preparing search index...
    interface BigtableColumnFamily {
        columns?: BigtableColumn[];
        encoding?: string;
        familyId?: string;
        onlyReadLatest?: boolean;
        type?: string;
    }
    Index

    Properties

    columns?: BigtableColumn[]
    encoding?: string
    familyId?: string
    onlyReadLatest?: boolean
    type?: string