Compression Class
- java.
lang. Object - com.
azure. core. util. ExpandableStringEnum<T> - com.
azure. resourcemanager. synapse. models. Compression
- com.
- com.
public final class Compression
extends ExpandableStringEnum<Compression>
The compression type.
Field Summary
| Modifier and Type | Field and Description |
|---|---|
| static final Compression |
GZIP
Static value GZip for Compression. |
| static final Compression |
NONE
Static value None for Compression. |
Constructor Summary
| Constructor | Description |
|---|---|
| Compression() |
Deprecated
Use the fromString(String name) factory method.
Creates a new instance of Compression value. |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
| static Compression |
fromString(String name)
Creates or finds a Compression from its string representation. |
| static Collection<Compression> |
values()
Gets known Compression values. |
Methods inherited from ExpandableStringEnum
Methods inherited from java.lang.Object
Field Details
GZIP
public static final Compression GZIP
Static value GZip for Compression.
NONE
public static final Compression NONE
Static value None for Compression.
Constructor Details
Compression
@Deprecated
public Compression()
Deprecated
Creates a new instance of Compression value.
Method Details
fromString
public static Compression fromString(String name)
Creates or finds a Compression from its string representation.
Parameters:
Returns:
values
public static Collection<Compression> values()
Gets known Compression values.
Returns: