Class IndexingMode

java.lang.Object
com.azure.core.util.ExpandableStringEnum<IndexingMode>
com.azure.resourcemanager.cosmos.models.IndexingMode
All Implemented Interfaces:
com.azure.core.util.ExpandableEnum<String>

public final class IndexingMode extends com.azure.core.util.ExpandableStringEnum<IndexingMode>
Indicates the indexing mode.
  • Field Details

    • CONSISTENT

      public static final IndexingMode CONSISTENT
      Static value consistent for IndexingMode.
    • LAZY

      public static final IndexingMode LAZY
      Static value lazy for IndexingMode.
    • NONE

      public static final IndexingMode NONE
      Static value none for IndexingMode.
  • Constructor Details

    • IndexingMode

      @Deprecated public IndexingMode()
      Deprecated.
      Use the fromString(String) factory method.
      Creates a new instance of IndexingMode value.
  • Method Details

    • fromString

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

      public static Collection<IndexingMode> values()
      Gets known IndexingMode values.
      Returns:
      known IndexingMode values.