แชร์ผ่าน


InputProperties Class

  • java.lang.Object
    • com.microsoft.azure.management.streamanalytics.InputProperties

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.

InputProperties 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