BlockBlobListBlocksOptions Class
- java.
lang. Object - com.
azure. storage. blob. options. BlockBlobListBlocksOptions
- com.
public class BlockBlobListBlocksOptions
Extended options that may be passed when listing blocks for a block blob.
Constructor Summary
Constructor | Description | |
---|---|---|
BlockBlobListBlocksOptions(BlockListType type) |
Method Summary
Modifier and Type | Method and Description |
---|---|
String |
getIfTagsMatch()
Gets the SQL statement that apply to the tags of the blob. |
String |
getLeaseId()
Gets the lease ID that blobs and containers must match. |
Block |
getType()
Gets the type of blocks to list. |
Block |
setIfTagsMatch(String ifTagsMatch)
Optionally applies the SQL statement to the tags of the blob. |
Block |
setLeaseId(String leaseId)
Optionally limits requests to blobs and containers that match the lease ID. |
Methods inherited from java.lang.Object
Constructor Details
BlockBlobListBlocksOptions
public BlockBlobListBlocksOptions(BlockListType type)
Parameters:
Method Details
getIfTagsMatch
public String getIfTagsMatch()
Gets the SQL statement that apply to the tags of the blob.
Returns:
getLeaseId
public String getLeaseId()
Gets the lease ID that blobs and containers must match.
Returns:
getType
public BlockListType getType()
Gets the type of blocks to list.
Returns:
setIfTagsMatch
public BlockBlobListBlocksOptions setIfTagsMatch(String ifTagsMatch)
Optionally applies the SQL statement to the tags of the blob.
Parameters:
Returns:
setLeaseId
public BlockBlobListBlocksOptions setLeaseId(String leaseId)
Optionally limits requests to blobs and containers that match the lease ID.
Parameters:
Returns:
Applies to
Azure SDK for Java