Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface SourceModifiedAccessConditions

Package version

Additional parameters for a set of operations.

Hierarchy

  • SourceModifiedAccessConditions

Index

Properties

Optional sourceIfMatch

sourceIfMatch: undefined | string

Specify an ETag value to operate only on blobs with a matching value.

Optional sourceIfModifiedSince

sourceIfModifiedSince: Date

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

Optional sourceIfNoneMatch

sourceIfNoneMatch: undefined | string

Specify an ETag value to operate only on blobs without a matching value.

Optional sourceIfUnmodifiedSince

sourceIfUnmodifiedSince: Date

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

Generated using TypeDoc