Package version:

Interface BreakFileLocksRequest

Break file locks request

interface BreakFileLocksRequest {
    clientIp?: string;
    confirmRunningDisruptiveOperation?: boolean;
}

Properties

clientIp?: string

To clear file locks on a volume for a particular client

confirmRunningDisruptiveOperation?: boolean

Break File locks could be a disruptive operation for application as locks on the volume will be broken, if want to process, set to true.