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