Namespace: BlobUtilities

BlobUtilities

Defines constants, enums, and utility functions for use with the Blob service.

Source:

Members

<static> AccessConditions :string

Blob access conditions.

Type:
  • string
Properties:
Name Type Default Description
DATE_MODIFIED_SINCE string HeaderConstants.IF_MODIFIED_SINCE

If the blob has been modified since the specified date

DATE_UNMODIFIED_SINCE string HeaderConstants.IF_UNMODIFIED_SINCE

If the blob has not been modified since the specified date

ETAG_MATCH string HeaderConstants.IF_MATCH

If the ETag for the blob matches the specified ETag

ETAG_NONE_MATCH string HeaderConstants.IF_NONE_MATCH

If the ETag for the blob does not match the specified ETag

Source:

<static> BlobContainerPublicAccessType :string

Blobs and container public access types.

Type:
  • string
Properties:
Name Type Default Description
OFF string NULL
CONTAINER string container
BLOB string blob
Source:

<static> BlobListingDetails :string

Blob listing details.

Type:
  • string
Properties:
Name Type Default Description
SNAPSHOTS string snapshots
METADATA string metadata
UNCOMMITTED_BLOBS string uncommittedblobs
Source:

<static> BlockListFilter :string

Type of block list to retrieve

Type:
  • string
Properties:
Name Type Default Description
ALL string all
COMMITTED string committed
UNCOMMITTED string uncommitted
Source:

<static> SequenceNumberAction

Describes actions that can be performed on a page blob sequence number.

Properties:
Name Type Default Description
MAX max
UPDATE update
INCREMENT increment
Source:

<static> SharedAccessPermissions :string

Permission types

Type:
  • string
Properties:
Name Type Default Description
ADD string a
READ string r
WRITE string w
DELETE string d
LIST string l
Source:

<static> SnapshotDeleteOptions :string

Deletion options for blob snapshots

Type:
  • string
Properties:
Name Type Default Description
SNAPSHOTS_ONLY string only
BLOB_AND_SNAPSHOTS string include
Source: