FunctionOutput Class
- java.
lang. Object - com.
azure. resourcemanager. streamanalytics. models. FunctionOutput
- com.
Implements
public final class FunctionOutput
implements JsonSerializable<FunctionOutput>
Describes the output of a function.
Constructor Summary
| Constructor | Description |
|---|---|
| FunctionOutput() |
Creates an instance of Function |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
| String |
dataType()
Get the data |
|
static
Function |
fromJson(JsonReader jsonReader)
Reads an instance of Function |
|
Json |
toJson(JsonWriter jsonWriter) |
| void |
validate()
Validates the instance. |
|
Function |
withDataType(String dataType)
Set the data |
Methods inherited from java.lang.Object
Constructor Details
FunctionOutput
public FunctionOutput()
Creates an instance of FunctionOutput class.
Method Details
dataType
public String dataType()
Get the dataType property: The (Azure Stream Analytics supported) data type of the function output. A list of valid Azure Stream Analytics data types are described at https://msdn.microsoft.com/en-us/library/azure/dn835065.aspx.
Returns:
fromJson
public static FunctionOutput fromJson(JsonReader jsonReader)
Reads an instance of FunctionOutput from the JsonReader.
Parameters:
Returns:
Throws:
toJson
validate
public void validate()
Validates the instance.
withDataType
public FunctionOutput withDataType(String dataType)
Set the dataType property: The (Azure Stream Analytics supported) data type of the function output. A list of valid Azure Stream Analytics data types are described at https://msdn.microsoft.com/en-us/library/azure/dn835065.aspx.
Parameters:
Returns: