Package version:

Interface ContainerRequestConditions

Conditions to meet for the container.

interface ContainerRequestConditions {
    ifModifiedSince?: any;
    ifUnmodifiedSince?: any;
    leaseId?: string;
}

Hierarchy (view full)

Properties

ifModifiedSince?: any

Specify this header value to operate only on a blob if it has been modified since the specified date/time.

ifUnmodifiedSince?: any

Specify this header value to operate only on a blob if it has not been modified since the specified date/time.

leaseId?: string

If specified, the operation only succeeds if the resource's lease is active and matches this ID.