Class IndexKind

java.lang.Object
com.microsoft.rest.ExpandableStringEnum<IndexKind>
com.microsoft.azure.management.cosmosdb.IndexKind

public final class IndexKind extends com.microsoft.rest.ExpandableStringEnum<IndexKind>
Defines values for IndexKind.
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final IndexKind
    Static value Hash for IndexKind.
    static final IndexKind
    Static value Range for IndexKind.
    static final IndexKind
    Static value Spatial for IndexKind.
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    static IndexKind
    Creates or finds a IndexKind from its string representation.
     

    Methods inherited from class com.microsoft.rest.ExpandableStringEnum

    equals, fromString, hashCode, toString, values, withNameValue

    Methods inherited from class java.lang.Object

    clone, finalize, getClass, notify, notifyAll, wait, wait, wait
  • Field Details

    • HASH

      public static final IndexKind HASH
      Static value Hash for IndexKind.
    • RANGE

      public static final IndexKind RANGE
      Static value Range for IndexKind.
    • SPATIAL

      public static final IndexKind SPATIAL
      Static value Spatial for IndexKind.
  • Constructor Details

    • IndexKind

      public IndexKind()
  • Method Details

    • fromString

      public static IndexKind fromString(String name)
      Creates or finds a IndexKind from its string representation.
      Parameters:
      name - a name to look for
      Returns:
      the corresponding IndexKind
    • values

      public static Collection<IndexKind> values()
      Returns:
      known IndexKind values