@backblaze-labs/b2-sdk - v0.1.0
    Preparing search index...

    Interface RetentionPeriod

    Duration and unit for a retention period.

    interface RetentionPeriod {
        duration: number;
        unit: "days" | "years";
    }
    Index

    Properties

    Properties

    duration: number

    Length of the retention period.

    unit: "days" | "years"

    Time unit for the retention period.