Class IndexingMode


  • public final class IndexingMode
    extends com.microsoft.rest.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