Show / Hide Table of Contents

Class LogAnalyticsEntityTypeCollection

Collection of log analytics entities.

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

Properties

Items

Declaration
[Required(ErrorMessage = "Items is required.")]
[JsonProperty(PropertyName = "items")]
public List<LogAnalyticsEntityTypeSummary> Items { get; set; }
Property Value
Type Description
List<LogAnalyticsEntityTypeSummary>

Array of log analytics entity type summary.

Remarks

Required

In this article
Back to top