Show / Hide Table of Contents

Class LogRuleTaskDetails

The log filter task. For configuration instructions, see Creating a Connector.

Inheritance
object
TaskDetails
LogRuleTaskDetails
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Oci.SchService.Models
Assembly: OCI.DotNetSDK.Sch.dll
Syntax
public class LogRuleTaskDetails : TaskDetails

Properties

Condition

Declaration
[Required(ErrorMessage = "Condition is required.")]
[JsonProperty(PropertyName = "condition")]
public string Condition { get; set; }
Property Value
Type Description
string

A filter or mask to limit the source used in the flow defined by the connector.

Remarks

Required

In this article
Back to top