interface ExtentguardConfig {
    alwaysOn: boolean;
    extentSetIds: string[];
}

Properties

alwaysOn: boolean
extentSetIds: string[]