Defines constants, enums, and utility functions for use with the Blob service.
- Source:
Members
-
<static> AccessConditions :string
-
Blob access conditions.
Type:
- string
- Source:
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
-
<static> BlobContainerPublicAccessType :string
-
Blobs and container public access types.
Type:
- string
- Source:
Properties:
Name Type Default Description OFF
string NULL CONTAINER
string container BLOB
string blob -
<static> BlobListingDetails :string
-
Blob listing details.
Type:
- string
- Source:
Properties:
Name Type Default Description SNAPSHOTS
string snapshots METADATA
string metadata UNCOMMITTED_BLOBS
string uncommittedblobs -
<static> BlockListFilter :string
-
Type of block list to retrieve
Type:
- string
- Source:
Properties:
Name Type Default Description ALL
string all COMMITTED
string committed UNCOMMITTED
string uncommitted -
<static> SequenceNumberAction
-
Describes actions that can be performed on a page blob sequence number.
- Source:
Properties:
Name Type Default Description MAX
max UPDATE
update INCREMENT
increment -
Permission types
Type:
- string
- Source:
Properties:
Name Type Default Description ADD
string a READ
string r WRITE
string w DELETE
string d LIST
string l -
<static> SnapshotDeleteOptions :string
-
Deletion options for blob snapshots
Type:
- string
- Source:
Properties:
Name Type Default Description SNAPSHOTS_ONLY
string only BLOB_AND_SNAPSHOTS
string include