OperationalInsightsTableSearchResults 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.
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>
type OperationalInsightsTableSearchResults = class
interface IJsonModel<OperationalInsightsTableSearchResults>
interface IPersistableModel<OperationalInsightsTableSearchResults>
Public Class OperationalInsightsTableSearchResults
Implements IJsonModel(Of OperationalInsightsTableSearchResults), IPersistableModel(Of 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). |
Methods
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions) |
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
Azure SDK for .NET