Show / Hide Table of Contents

Class ExtractLogFieldResults

log field path values

Inheritance
object
ExtractLogFieldResults
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Oci.LoganalyticsService.Models
Assembly: OCI.DotNetSDK.Loganalytics.dll
Syntax
public class ExtractLogFieldResults

Properties

Paths

Declaration
[JsonProperty(PropertyName = "paths")]
public List<string> Paths { get; set; }
Property Value
Type Description
List<string>

The log field path values.

In this article
Back to top