Package version:

Interface VolumesBreakFileLocksOptionalParams

Optional parameters.

interface VolumesBreakFileLocksOptionalParams {
    body?: BreakFileLocksRequest;
    resumeFrom?: string;
    updateIntervalInMs?: number;
}

Hierarchy

  • unknown
    • VolumesBreakFileLocksOptionalParams

Properties

Optional body to provide the ability to clear file locks with selected options

resumeFrom?: string

A serialized poller which can be used to resume an existing paused Long-Running-Operation.

updateIntervalInMs?: number

Delay to wait until next poll, in milliseconds.