InteractiveQueryProperties Class
- java.
lang. Object - com.
azure. resourcemanager. datafactory. models. InteractiveQueryProperties
- com.
Implements
public final class InteractiveQueryProperties
implements JsonSerializable<InteractiveQueryProperties>
Interactive authoring capability type properties.
Constructor Summary
| Constructor | Description |
|---|---|
| InteractiveQueryProperties() |
Creates an instance of Interactive |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
| Integer |
autoTerminationMinutes()
Get the auto |
|
static
Interactive |
fromJson(JsonReader jsonReader)
Reads an instance of Interactive |
|
Interactive |
status()
Get the status property: The interactive authoring capability status. |
|
Json |
toJson(JsonWriter jsonWriter) |
Methods inherited from java.lang.Object
Constructor Details
InteractiveQueryProperties
public InteractiveQueryProperties()
Creates an instance of InteractiveQueryProperties class.
Method Details
autoTerminationMinutes
public Integer autoTerminationMinutes()
Get the autoTerminationMinutes property: The allowed idle time for interactive authoring.
Returns:
fromJson
public static InteractiveQueryProperties fromJson(JsonReader jsonReader)
Reads an instance of InteractiveQueryProperties from the JsonReader.
Parameters:
Returns:
Throws:
status
public InteractiveCapabilityStatus status()
Get the status property: The interactive authoring capability status. Must be one of InteractiveCapabilityStatus. The default value is 'Enabling'.
Returns: