Package | Description |
---|---|
com.microsoft.azure.storage.blob.models |
This package contains the blob.models classes for StorageClient.
|
Modifier and Type | Method and Description |
---|---|
ClearRange |
ClearRange.withEnd(long end)
Set the end value.
|
ClearRange |
ClearRange.withStart(long start)
Set the start value.
|
Modifier and Type | Method and Description |
---|---|
List<ClearRange> |
PageList.clearRange()
Get the clearRange value.
|
Modifier and Type | Method and Description |
---|---|
PageList |
PageList.withClearRange(List<ClearRange> clearRange)
Set the clearRange value.
|
This documentation was released into the public domain.