你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
InputProperties Class
- java.
lang. Object - com.
microsoft. azure. management. streamanalytics. InputProperties
- com.
public class InputProperties
The properties that are associated with an input.
Method Summary
Modifier and Type | Method and Description |
---|---|
Diagnostics |
diagnostics()
Get the diagnostics value. |
String |
etag()
Get the etag value. |
Serialization |
serialization()
Get the serialization value. |
Input |
withSerialization(Serialization serialization)
Set the serialization value. |
Method Details
diagnostics
public Diagnostics diagnostics()
Get the diagnostics value.
Returns:
the diagnostics value
etag
public String etag()
Get the etag value.
Returns:
the etag value
serialization
public Serialization serialization()
Get the serialization value.
Returns:
the serialization value
withSerialization
public InputProperties withSerialization(Serialization serialization)
Set the serialization value.
Parameters:
serialization
- the serialization value to set
Returns:
the InputProperties object itself.