interface IParameters {
    ifExists: boolean;
    ifNotExists: boolean;
    ttl: null | number;
}

Properties

ifExists: boolean
ifNotExists: boolean
ttl: null | number