Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface ContainerRequestConditions

Package version

Conditions to meet for the container.

Hierarchy

Index

Properties

Optional ifModifiedSince

ifModifiedSince: Date

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

Optional ifUnmodifiedSince

ifUnmodifiedSince: Date

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

Optional leaseId

leaseId: undefined | string

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

Generated using TypeDoc