Package version:

Interface SetReadOnlyOptions

Options for setReadOnly

interface SetReadOnlyOptions {
    onlyIfUnchanged?: boolean;
}

Hierarchy (view full)

Properties

Properties

onlyIfUnchanged?: boolean

Used to perform an operation only if the targeted resource's etag matches the value provided.