Class LogAnalyticsEntityCollection
Collection of log analytics entities.
Inherited Members
Namespace: Oci.LoganalyticsService.Models
Assembly: OCI.DotNetSDK.Loganalytics.dll
Syntax
public class LogAnalyticsEntityCollection
Properties
Items
Declaration
[Required(ErrorMessage = "Items is required.")]
[JsonProperty(PropertyName = "items")]
public List<LogAnalyticsEntitySummary> Items { get; set; }
Property Value
Type | Description |
---|---|
List<LogAnalyticsEntitySummary> | Array of log analytics entity summary. |
Remarks
Required