EntityInsightItem Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Entity insight Item.
public class EntityInsightItem : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.SecurityInsights.Models.EntityInsightItem>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.SecurityInsights.Models.EntityInsightItem>
type EntityInsightItem = class
interface IJsonModel<EntityInsightItem>
interface IPersistableModel<EntityInsightItem>
Public Class EntityInsightItem
Implements IJsonModel(Of EntityInsightItem), IPersistableModel(Of EntityInsightItem)
- Inheritance
-
EntityInsightItem
- Implements
Properties
ChartQueryResults |
Query results for table insights query. |
QueryId |
The query id of the insight. |
QueryTimeInterval |
The Time interval that the query actually executed on. |
TableQueryResults |
Query results for table insights query. |
Explicit Interface Implementations
IJsonModel<EntityInsightItem>.Create(Utf8JsonReader, ModelReaderWriterOptions) |
Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model. |
IJsonModel<EntityInsightItem>.Write(Utf8JsonWriter, ModelReaderWriterOptions) |
Writes the model to the provided Utf8JsonWriter. |
IPersistableModel<EntityInsightItem>.Create(BinaryData, ModelReaderWriterOptions) |
Converts the provided BinaryData into a model. |
IPersistableModel<EntityInsightItem>.GetFormatFromOptions(ModelReaderWriterOptions) |
Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service. |
IPersistableModel<EntityInsightItem>.Write(ModelReaderWriterOptions) |
Writes the model into a BinaryData. |
Applies to
Azure SDK for .NET