Class IndexingMode


  • public final class IndexingMode
    extends com.azure.core.util.ExpandableStringEnum<IndexingMode>
    Defines values for IndexingMode.
    • Field Detail

      • 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 Detail

      • IndexingMode

        public IndexingMode()
    • Method Detail

      • 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.