Share via


Compression Class

Definition

Describes how input data is compressed

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.StreamAnalytics.Models.Api20170401Preview.CompressionTypeConverter))]
public class Compression : Microsoft.Azure.PowerShell.Cmdlets.StreamAnalytics.Models.Api20170401Preview.ICompression
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.StreamAnalytics.Models.Api20170401Preview.CompressionTypeConverter))>]
type Compression = class
    interface ICompression
    interface IJsonSerializable
Public Class Compression
Implements ICompression
Inheritance
Compression
Attributes
Implements

Constructors

Compression()

Creates an new Compression instance.

Properties

Type

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of Compression.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of Compression.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.StreamAnalytics.Models.Api20170401Preview.ICompression.

FromJsonString(String)

Creates a new instance of Compression, deserializing the content from a json string.

ToJson(JsonObject, SerializationMode)

Serializes this instance of Compression into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

Applies to