Class UpdateLookupMetadataDetails
UpdateLookupMetadataDetails
Inherited Members
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. |
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. |
MaxMatches
Declaration
[JsonProperty(PropertyName = "maxMatches")]
public long? MaxMatches { get; set; }
Property Value
Type | Description |
---|---|
long? | The maximum number of matches. |