Compression Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
Compression() |
Initializes a new instance of the Compression class. |
Compression(String) |
Initializes a new instance of the Compression class. |
Compression()
Initializes a new instance of the Compression class.
public Compression ();
Public Sub New ()
Applies to
Compression(String)
Initializes a new instance of the Compression class.
public Compression (string type);
new Microsoft.Azure.Management.StreamAnalytics.Models.Compression : string -> Microsoft.Azure.Management.StreamAnalytics.Models.Compression
Public Sub New (type As String)
Parameters
- type
- String
Indicates the type of compression that the input uses. Required on PUT (CreateOrReplace) requests. Possible values include: 'None', 'GZip', 'Deflate'
Applies to
Azure SDK for .NET