Share via


StreamingCompressionType Struct

Definition

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