Package | Description |
---|---|
com.microsoft.azure.storage.blob |
This package contains the storage service blob classes.
|
Modifier and Type | Method and Description |
---|---|
BlockSearchMode |
BlockEntry.getSearchMode()
Gets the
BlockSearchMode . |
static BlockSearchMode |
BlockSearchMode.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static BlockSearchMode[] |
BlockSearchMode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
BlockEntry.setSearchMode(BlockSearchMode searchMode)
Sets the
BlockSearchMode . |
Constructor and Description |
---|
BlockEntry(String id,
BlockSearchMode searchMode)
Creates an instance of the
BlockEntry class with the specified id and search mode. |
Copyright © 2019. All rights reserved.