Show / Hide Table of Contents

Class UpdateLookupMetadataDetails

UpdateLookupMetadataDetails

Inheritance
object
UpdateLookupMetadataDetails
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 UpdateLookupMetadataDetails

Properties

Categories

Declaration
[JsonProperty(PropertyName = "categories")]
public List<LogAnalyticsCategory> Categories { get; set; }
Property Value
Type Description
List<LogAnalyticsCategory>

An array of categories to assign to the lookup. Specifying the name attribute for each category would suffice. Oracle-defined category assignments cannot be removed.

DefaultMatchValue

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

The default match value.

DefinedTags

Declaration
[JsonProperty(PropertyName = "definedTags")]
public Dictionary<string, Dictionary<string, object>> DefinedTags { get; set; }
Property Value
Type Description
Dictionary<string, Dictionary<string, object>>

Defined tags for this resource. Each key is predefined and scoped to a namespace. Example: {"foo-namespace": {"bar-key": "value"}}

Description

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

The lookup description.

Fields

Declaration
[JsonProperty(PropertyName = "fields")]
public List<LogAnalyticsLookupFields> Fields { get; set; }
Property Value
Type Description
List<LogAnalyticsLookupFields>

The lookup fields.

FreeformTags

Declaration
[JsonProperty(PropertyName = "freeformTags")]
public Dictionary<string, string> FreeformTags { get; set; }
Property Value
Type Description
Dictionary<string, string>

Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. Example: {"bar-key": "value"}

MaxMatches

Declaration
[JsonProperty(PropertyName = "maxMatches")]
public long? MaxMatches { get; set; }
Property Value
Type Description
long?

The maximum number of matches.

In this article
Back to top