Show / Hide Table of Contents

Class LogAnalyticsMetadataCollection

A collection of entity metadata information.

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

Properties

Items

Declaration
[JsonProperty(PropertyName = "items")]
public List<LogAnalyticsMetadata> Items { get; set; }
Property Value
Type Description
List<LogAnalyticsMetadata>

An array of entity metadata.

In this article
Back to top