Defines constants, enums, and utility functions for use with the Blob service.
- Source:
Members
-
<static, constant> BlobContainerPublicAccessType :string
-
Blobs and container public access types.
Type:
- string
- Source:
Properties:
Name Type Default Description OFFstring null CONTAINERstring container BLOBstring blob -
<static, constant> BlobListingDetails :string
-
Blob listing details.
Type:
- string
- Source:
Properties:
Name Type Default Description SNAPSHOTSstring snapshots METADATAstring metadata UNCOMMITTED_BLOBSstring uncommittedblobs COPYstring copy DELETEDstring deleted -
<static> BlobTier
-
Candidate values for blob tiers.
- Source:
Properties:
Name Type Description PremiumPageBlobTierobject Candidate values for premium pageblob tiers.
Properties
Name Type Description P4string P6string P10string P20string P30string P40string P50string P60string StandardBlobTierobject Candidate values for standard blobs tiers.
Properties
Name Type Description HOTstring COOLstring ARCHIVEstring -
<static, constant> BlockListFilter :string
-
Type of block list to retrieve
Type:
- string
- Source:
Properties:
Name Type Default Description ALLstring all COMMITTEDstring committed UNCOMMITTEDstring uncommitted -
<static, constant> SequenceNumberAction :string
-
Describes actions that can be performed on a page blob sequence number.
Type:
- string
- Source:
Properties:
Name Type Default Description MAXstring max UPDATEstring update INCREMENTstring increment -
Permission types
Type:
- string
- Source:
Properties:
Name Type Default Description READstring r ADDstring a CREATEstring c WRITEstring w DELETEstring d LISTstring l -
<static, constant> SnapshotDeleteOptions :string
-
Deletion options for blob snapshots
Type:
- string
- Source:
Properties:
Name Type Default Description SNAPSHOTS_ONLYstring only BLOB_AND_SNAPSHOTSstring include