A snapshot of build retention information. This class takes a sample at the given time. It provides information about retained builds, files associated with those retained builds, and number of files being retained.

interface BuildRetentionSample {
    builds?: string;
    definitions?: string;
    files?: string;
    sampleTime?: Date;
}

Properties

builds?: string

Summary of retention by build

definitions?: string

List of build definitions

files?: string

Summary of files consumed by retained builds

sampleTime?: Date

The date and time when the sample was taken