Package version:

Interface HttpOnlyIfUnchangedField

Options used to provide if-match for an HTTP request

interface HttpOnlyIfUnchangedField {
    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.