StreamingCompressionType Struct
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.
Indicates the type of compression that the input uses. Required on PUT (CreateOrReplace) requests.
public readonly struct StreamingCompressionType : IEquatable<Azure.ResourceManager.StreamAnalytics.Models.StreamingCompressionType>
type StreamingCompressionType = struct
Public Structure StreamingCompressionType
Implements IEquatable(Of StreamingCompressionType)
- Inheritance
-
StreamingCompressionType
- Implements
Constructors
| Name | Description |
|---|---|
| StreamingCompressionType(String) |
Initializes a new instance of StreamingCompressionType. |
Properties
| Name | Description |
|---|---|
| Deflate |
Deflate. |
| Gzip |
GZip. |
| None |
None. |
Methods
| Name | Description |
|---|---|
| Equals(StreamingCompressionType) |
Indicates whether the current object is equal to another object of the same type. |
| ToString() |
Returns the fully qualified type name of this instance. |
Operators
| Name | Description |
|---|---|
| Equality(StreamingCompressionType, StreamingCompressionType) |
Determines if two StreamingCompressionType values are the same. |
| Implicit(String to StreamingCompressionType) |
Converts a String to a StreamingCompressionType. |
| Inequality(StreamingCompressionType, StreamingCompressionType) |
Determines if two StreamingCompressionType values are not the same. |