TagoIO SDK for JavaScript and TypeScript
    Preparing search index...

    Interface BucketInfoBasic

    interface BucketInfoBasic {
        chunk_period?: ChunkPeriod;
        chunk_retention?: number;
        created_at: Date;
        data_retention?: string;
        data_retention_ignore?: [];
        description?: string;
        id: string;
        last_retention: string;
        name: string;
        profile: string;
        tags?: TagsObj[];
        updated_at: Date;
        visible?: boolean;
    }

    Hierarchy (View Summary)

    Index

    Properties

    chunk_period?: ChunkPeriod
    chunk_retention?: number
    created_at: Date
    data_retention?: string
    data_retention_ignore?: []
    description?: string

    Description for the bucket.

    id: string
    last_retention: string
    name: string

    A name for the bucket.

    profile: string

    Data storage type for the bucket.

    tags?: TagsObj[]

    An array of tags.

    updated_at: Date
    visible?: boolean

    Set if the bucket will be visible or not. Default True.