Class Compression

java.lang.Object
com.azure.core.util.ExpandableStringEnum<Compression>
com.azure.resourcemanager.kusto.models.Compression

public final class Compression extends com.azure.core.util.ExpandableStringEnum<Compression>
The compression type.
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final Compression
    Static value GZip for Compression.
    static final Compression
    Static value None for Compression.
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    Creates or finds a Compression from its string representation.
    Gets known Compression values.

    Methods inherited from class com.azure.core.util.ExpandableStringEnum

    equals, fromString, hashCode, toString, values

    Methods inherited from class java.lang.Object

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

    • NONE

      public static final Compression NONE
      Static value None for Compression.
    • GZIP

      public static final Compression GZIP
      Static value GZip for Compression.
  • Constructor Details

    • Compression

      public Compression()
  • Method Details

    • fromString

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

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