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
StreamingCompressionType(String) |
Initializes a new instance of StreamingCompressionType. |
Properties
Deflate |
Deflate. |
Gzip |
GZip. |
None |
None. |
Methods
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
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. |
Applies to
Azure SDK for .NET