public class BlockBlobListBlocksOptions extends Object
| Constructor and Description |
|---|
BlockBlobListBlocksOptions(BlockListType type) |
| 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.
|
BlockListType |
getType()
Gets the type of blocks to list.
|
BlockBlobListBlocksOptions |
setIfTagsMatch(String ifTagsMatch)
Optionally applies the SQL statement to the tags of the blob.
|
BlockBlobListBlocksOptions |
setLeaseId(String leaseId)
Optionally limits requests to blobs and containers that match the lease ID.
|
public BlockBlobListBlocksOptions(BlockListType type)
type - Specifies which type of blocks to return.public BlockListType getType()
public String getLeaseId()
public BlockBlobListBlocksOptions setLeaseId(String leaseId)
leaseId - Lease ID that blobs and containers must match.public String getIfTagsMatch()
public BlockBlobListBlocksOptions setIfTagsMatch(String ifTagsMatch)
ifTagsMatch - The SQL statement that apply to the tags of the blob.Copyright © 2020 Microsoft Corporation. All rights reserved.