Type alias BucketInfoImmutable
BucketInfoImmutable: Omit<BucketInfoBasic, "data_retention" | "data_retention_ignore"> & { chunk_period: ChunkPeriod; chunk_retention: number; type: "immutable"; }
Type declaration
-
-
chunk_retention: number
-
type: "immutable"
Chunk division to retain data in the device.
Always returned for Immutable devices.