Show / Hide Table of Contents

Class SummarizedEventsLog

Summarized events log for advanced feature.

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

Properties

LogGroupId

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

The OCID of the log group.

Remarks

Required

LogId

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

The OCID of the log.

Remarks

Required

In this article
Back to top