public enum ListBlobsIncludeItem extends Enum<ListBlobsIncludeItem>
Enum Constant and Description |
---|
COPY
Enum value copy.
|
DELETED
Enum value deleted.
|
METADATA
Enum value metadata.
|
SNAPSHOTS
Enum value snapshots.
|
TAGS
Enum value tags.
|
UNCOMMITTEDBLOBS
Enum value uncommittedblobs.
|
VERSIONS
Enum value versions.
|
Modifier and Type | Method and Description |
---|---|
static ListBlobsIncludeItem |
fromString(String value)
Parses a serialized value to a ListBlobsIncludeItem instance.
|
String |
toString() |
static ListBlobsIncludeItem |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ListBlobsIncludeItem[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ListBlobsIncludeItem COPY
public static final ListBlobsIncludeItem DELETED
public static final ListBlobsIncludeItem METADATA
public static final ListBlobsIncludeItem SNAPSHOTS
public static final ListBlobsIncludeItem UNCOMMITTEDBLOBS
public static final ListBlobsIncludeItem VERSIONS
public static final ListBlobsIncludeItem TAGS
public static ListBlobsIncludeItem[] values()
public static ListBlobsIncludeItem valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is nullpublic static ListBlobsIncludeItem fromString(String value)
value
- the serialized value to parse.public String toString()
toString
in class Enum<ListBlobsIncludeItem>
Copyright © 2020 Microsoft Corporation. All rights reserved.