Show / Hide Table of Contents

Class UnifiedAgentLoggingFilter

Logging filter object.

Inheritance
object
UnifiedAgentLoggingFilter
UnifiedAgentCustomFilter
UnifiedAgentLoggingGrepFilter
UnifiedAgentLoggingRecordTransformerFilter
UnifiedAgentParserFilter
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Oci.LoggingService.Models
Assembly: OCI.DotNetSDK.Logging.dll
Syntax
[JsonConverter(typeof(UnifiedAgentLoggingFilterModelConverter))]
public class UnifiedAgentLoggingFilter

Properties

Name

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

Unique name for the filter.

Remarks

Required

In this article
Back to top