public class Kind extends Object implements ExpandableParameter
| Modifier and Type | Field and Description |
|---|---|
static Kind |
BLOB_STORAGE |
static Kind |
BLOCK_BLOB_STORAGE |
static Kind |
FILE_STORAGE |
private String |
label |
private String |
name |
static Kind |
PAGE_BLOB_STORAGE |
private Performance |
performance |
static Kind |
STORAGE |
static Kind |
STORAGE_V2 |
private static List<Kind> |
values |
| Modifier | Constructor and Description |
|---|---|
private |
Kind(Performance performance,
String name,
String label) |
| Modifier and Type | Method and Description |
|---|---|
static Kind |
fromName(String value) |
boolean |
isExpandedValue() |
static List<Kind> |
values() |
public static final Kind STORAGE
public static final Kind STORAGE_V2
public static final Kind BLOB_STORAGE
public static final Kind BLOCK_BLOB_STORAGE
public static final Kind FILE_STORAGE
public static final Kind PAGE_BLOB_STORAGE
private final Performance performance
private final String name
private final String label
private Kind(Performance performance, String name, String label)
public boolean isExpandedValue()
isExpandedValue in interface ExpandableParameterCopyright © 2024. All rights reserved.