StreamInputDataSource Class
- java.
lang. Object - com.
azure. resourcemanager. streamanalytics. models. StreamInputDataSource
- com.
Implements
public class StreamInputDataSource
implements JsonSerializable<StreamInputDataSource>
Describes an input data source that contains stream data.
Constructor Summary
| Constructor | Description |
|---|---|
| StreamInputDataSource() |
Creates an instance of Stream |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
static
Stream |
fromJson(JsonReader jsonReader)
Reads an instance of Stream |
|
Json |
toJson(JsonWriter jsonWriter) |
| String |
type()
Get the type property: Indicates the type of input data source containing stream data. |
| void |
validate()
Validates the instance. |
Methods inherited from java.lang.Object
Constructor Details
StreamInputDataSource
public StreamInputDataSource()
Creates an instance of StreamInputDataSource class.
Method Details
fromJson
public static StreamInputDataSource fromJson(JsonReader jsonReader)
Reads an instance of StreamInputDataSource from the JsonReader.
Parameters:
Returns:
Throws:
toJson
type
public String type()
Get the type property: Indicates the type of input data source containing stream data. Required on PUT (CreateOrReplace) requests.
Returns:
validate
public void validate()
Validates the instance.