Show / Hide Table of Contents

Class SpanFilterSummary

A named setting that specifies the span filter criteria to match a subset of the spans.

Inheritance
object
ConfigSummary
SpanFilterSummary
Inherited Members
ConfigSummary.Id
ConfigSummary.TimeCreated
ConfigSummary.TimeUpdated
ConfigSummary.CreatedBy
ConfigSummary.UpdatedBy
ConfigSummary.Etag
ConfigSummary.FreeformTags
ConfigSummary.DefinedTags
ConfigSummary.SystemTags
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Oci.ApmconfigService.Models
Assembly: OCI.DotNetSDK.Apmconfig.dll
Syntax
public class SpanFilterSummary : ConfigSummary

Properties

Description

Declaration
[JsonProperty(PropertyName = "description")]
public string Description { get; set; }
Property Value
Type Description
string

An optional string that describes what the filter is intended or used for.

DisplayName

Declaration
[JsonProperty(PropertyName = "displayName")]
public string DisplayName { get; set; }
Property Value
Type Description
string

The name by which a configuration entity is displayed to the end user.

FilterText

Declaration
[JsonProperty(PropertyName = "filterText")]
public string FilterText { get; set; }
Property Value
Type Description
string

The string that defines the Span Filter expression.

InUseBy

Declaration
[JsonProperty(PropertyName = "inUseBy")]
public List<SpanFilterReference> InUseBy { get; set; }
Property Value
Type Description
List<SpanFilterReference>

The list of configuration items that reference the span filter.

In this article
Back to top