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

    Type Alias BucketInfoImmutable

    BucketInfoImmutable: Omit<
        BucketInfoBasic,
        "data_retention"
        | "data_retention_ignore",
    > & {
        chunk_period: ChunkPeriod;
        chunk_retention: number;
        type: "immutable";
    }

    Type declaration

    • chunk_period: ChunkPeriod

      Chunk division to retain data in the device.

      Always returned for Immutable devices.

    • chunk_retention: number

      Amount of chunks to retain data according to the chunk_period.

      Always returned for Immutable devices.

    • type: "immutable"