StreamInputProperties Class
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.
The properties that are associated with an input containing stream data.
[Newtonsoft.Json.JsonObject("Stream")]
public class StreamInputProperties : Microsoft.Azure.Management.StreamAnalytics.Models.InputProperties
[<Newtonsoft.Json.JsonObject("Stream")>]
type StreamInputProperties = class
inherit InputProperties
Public Class StreamInputProperties
Inherits InputProperties
- Inheritance
- Attributes
-
Newtonsoft.Json.JsonObjectAttribute
Constructors
StreamInputProperties() |
Initializes a new instance of the StreamInputProperties class. |
StreamInputProperties(Serialization, Diagnostics, String, Compression, String, StreamInputDataSource) |
Initializes a new instance of the StreamInputProperties class. |
Properties
Compression |
Gets or sets describes how input data is compressed (Inherited from InputProperties) |
Datasource |
Gets or sets describes an input data source that contains stream data. Required on PUT (CreateOrReplace) requests. |
Diagnostics |
Gets describes conditions applicable to the Input, Output, or the job overall, that warrant customer attention. (Inherited from InputProperties) |
Etag |
Gets the current entity tag for the input. This is an opaque string. You can use it to detect whether the resource has changed between requests. You can also use it in the If-Match or If-None-Match headers for write operations for optimistic concurrency. (Inherited from InputProperties) |
PartitionKey |
Gets or sets partitionKey Describes a key in the input data which is used for partitioning the input data (Inherited from InputProperties) |
Serialization |
Gets or sets describes how data from an input is serialized or how data is serialized when written to an output. Required on PUT (CreateOrReplace) requests. (Inherited from InputProperties) |
Methods
Validate() |
Validate the object. |
Applies to
Azure SDK for .NET