OperationalInsightsTableSearchResults Class

Definition

Parameters of the search job that initiated this table.

public class OperationalInsightsTableSearchResults : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.OperationalInsights.Models.OperationalInsightsTableSearchResults>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.OperationalInsights.Models.OperationalInsightsTableSearchResults>
public class OperationalInsightsTableSearchResults
type OperationalInsightsTableSearchResults = class
    interface IJsonModel<OperationalInsightsTableSearchResults>
    interface IPersistableModel<OperationalInsightsTableSearchResults>
type OperationalInsightsTableSearchResults = class
Public Class OperationalInsightsTableSearchResults
Implements IJsonModel(Of OperationalInsightsTableSearchResults), IPersistableModel(Of OperationalInsightsTableSearchResults)
Public Class OperationalInsightsTableSearchResults
Inheritance
OperationalInsightsTableSearchResults
Implements

Constructors

OperationalInsightsTableSearchResults()

Initializes a new instance of OperationalInsightsTableSearchResults.

Properties

AzureAsyncOperationId

Search results table async operation id.

Description

Search job Description.

EndSearchOn

The timestamp to end the search by (UTC).

Limit

Limit the search job to return up to specified number of rows.

Query

Search job query.

SourceTable

The table used in the search job.

StartSearchOn

The timestamp to start the search from (UTC).

Explicit Interface Implementations

IJsonModel<OperationalInsightsTableSearchResults>.Create(Utf8JsonReader, ModelReaderWriterOptions)

Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model.

IJsonModel<OperationalInsightsTableSearchResults>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<OperationalInsightsTableSearchResults>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<OperationalInsightsTableSearchResults>.GetFormatFromOptions(ModelReaderWriterOptions)

Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service.

IPersistableModel<OperationalInsightsTableSearchResults>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to