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.
Applies to
Colaborar conosco no GitHub
A fonte deste conteúdo pode ser encontrada no GitHub, onde você também pode criar e revisar problemas e solicitações de pull. Para obter mais informações, confira o nosso guia para colaboradores.
Azure SDK for Java