public final class PartitionKind extends com.microsoft.rest.ExpandableStringEnum<PartitionKind>
| Modifier and Type | Field and Description |
|---|---|
static PartitionKind |
HASH
Static value Hash for PartitionKind.
|
static PartitionKind |
RANGE
Static value Range for PartitionKind.
|
| Constructor and Description |
|---|
PartitionKind() |
| Modifier and Type | Method and Description |
|---|---|
static PartitionKind |
fromString(String name)
Creates or finds a PartitionKind from its string representation.
|
static Collection<PartitionKind> |
values() |
public static final PartitionKind HASH
public static final PartitionKind RANGE
public static PartitionKind fromString(String name)
name - a name to look forpublic static Collection<PartitionKind> values()
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/