StreamingJobInputProperties.CompressionType Property
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 Azure.ResourceManager.StreamAnalytics.Models.StreamingCompressionType? CompressionType { get; set; }
member this.CompressionType : Nullable<Azure.ResourceManager.StreamAnalytics.Models.StreamingCompressionType> with get, set
Public Property CompressionType As Nullable(Of StreamingCompressionType)