RunQueryFilter Class
- java.
lang. Object - com.
azure. analytics. synapse. artifacts. models. RunQueryFilter
- com.
Implements
public final class RunQueryFilter
implements JsonSerializable<RunQueryFilter>
Query filter option for listing runs.
Constructor Summary
| Constructor | Description |
|---|---|
| RunQueryFilter() |
Creates an instance of Run |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
static
Run |
fromJson(JsonReader jsonReader)
Reads an instance of Run |
|
Run |
getOperand()
Get the operand property: Parameter name to be used for filter. |
|
Run |
getOperator()
Get the operator property: Operator to be used for filter. |
| List<String> |
getValues()
Get the values property: List of filter values. |
|
Run |
setOperand(RunQueryFilterOperand operand)
Set the operand property: Parameter name to be used for filter. |
|
Run |
setOperator(RunQueryFilterOperator operator)
Set the operator property: Operator to be used for filter. |
|
Run |
setValues(List<String> values)
Set the values property: List of filter values. |
|
Json |
toJson(JsonWriter jsonWriter) |
Methods inherited from java.lang.Object
Constructor Details
RunQueryFilter
public RunQueryFilter()
Creates an instance of RunQueryFilter class.
Method Details
fromJson
public static RunQueryFilter fromJson(JsonReader jsonReader)
Reads an instance of RunQueryFilter from the JsonReader.
Parameters:
Returns:
Throws:
getOperand
public RunQueryFilterOperand getOperand()
Get the operand property: Parameter name to be used for filter. The allowed operands to query pipeline runs are PipelineName, RunStart, RunEnd and Status; to query activity runs are ActivityName, ActivityRunStart, ActivityRunEnd, ActivityType and Status, and to query trigger runs are TriggerName, TriggerRunTimestamp and Status.
Returns:
getOperator
public RunQueryFilterOperator getOperator()
Get the operator property: Operator to be used for filter.
Returns:
getValues
public List<String> getValues()
Get the values property: List of filter values.
Returns:
setOperand
public RunQueryFilter setOperand(RunQueryFilterOperand operand)
Set the operand property: Parameter name to be used for filter. The allowed operands to query pipeline runs are PipelineName, RunStart, RunEnd and Status; to query activity runs are ActivityName, ActivityRunStart, ActivityRunEnd, ActivityType and Status, and to query trigger runs are TriggerName, TriggerRunTimestamp and Status.
Parameters:
Returns:
setOperator
public RunQueryFilter setOperator(RunQueryFilterOperator operator)
Set the operator property: Operator to be used for filter.
Parameters:
Returns:
setValues
public RunQueryFilter setValues(List<String> values)
Set the values property: List of filter values.
Parameters:
Returns: