Uses of Class
com.azure.resourcemanager.kusto.models.Compression
Package
Description
Package containing the inner data models for KustoManagementClient.
Package containing the data models for KustoManagementClient.
-
Uses of Compression in com.azure.resourcemanager.kusto.fluent.models
Modifier and TypeMethodDescriptionEventHubConnectionProperties.compression()
Get the compression property: The event hub messages compression type.Modifier and TypeMethodDescriptionEventHubConnectionProperties.withCompression
(Compression compression) Set the compression property: The event hub messages compression type. -
Uses of Compression in com.azure.resourcemanager.kusto.models
Modifier and TypeFieldDescriptionstatic final Compression
Compression.GZIP
Static value GZip for Compression.static final Compression
Compression.NONE
Static value None for Compression.Modifier and TypeMethodDescriptionEventHubDataConnection.compression()
Get the compression property: The event hub messages compression type.static Compression
Compression.fromString
(String name) Creates or finds a Compression from its string representation.Modifier and TypeMethodDescriptionstatic Collection<Compression>
Compression.values()
Gets known Compression values.Modifier and TypeMethodDescriptionEventHubDataConnection.withCompression
(Compression compression) Set the compression property: The event hub messages compression type.