Compartir a través de


RunQueryFilter.Operand Propiedad

Definición

Obtiene o establece el nombre del parámetro que se va a usar para el filtro. Los operandos permitidos para consultar las ejecuciones de canalización son PipelineName, RunStart, RunEnd y Status; para consultar las ejecuciones de actividad son ActivityName, ActivityRunStart, ActivityRunEnd, ActivityType y Status, y para las ejecuciones de desencadenador de consulta son TriggerName, TriggerRunTimestamp y Status. Entre los valores posibles se incluyen: 'PipelineName', 'Status', 'RunStart', 'RunEnd', 'ActivityName', 'ActivityRunStart', 'ActivityRunEnd', 'ActivityType', 'TriggerName', 'TriggerRunTimestamp', 'RunGroupId', 'LatestOnly'

[Newtonsoft.Json.JsonProperty(PropertyName="operand")]
public string Operand { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="operand")>]
member this.Operand : string with get, set
Public Property Operand As String

Valor de propiedad

Atributos
Newtonsoft.Json.JsonPropertyAttribute

Se aplica a