public final class IndexKind extends com.azure.core.util.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 for.public static Collection<IndexKind> values()
Copyright © 2020 Microsoft Corporation. All rights reserved.