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