OperationalInsightsSearchSchemaValue 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.
Value object for schema results.
public class OperationalInsightsSearchSchemaValue : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.OperationalInsights.Models.OperationalInsightsSearchSchemaValue>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.OperationalInsights.Models.OperationalInsightsSearchSchemaValue>
type OperationalInsightsSearchSchemaValue = class
interface IJsonModel<OperationalInsightsSearchSchemaValue>
interface IPersistableModel<OperationalInsightsSearchSchemaValue>
Public Class OperationalInsightsSearchSchemaValue
Implements IJsonModel(Of OperationalInsightsSearchSchemaValue), IPersistableModel(Of OperationalInsightsSearchSchemaValue)
- Inheritance
-
OperationalInsightsSearchSchemaValue
- Implements
Properties
DisplayName |
The display name of the schema. |
Facet |
The boolean that indicates whether or not the field is a facet. |
Indexed |
The boolean that indicates the field is searchable as free text. |
Name |
The name of the schema. |
OwnerType |
The array of workflows containing the field. |
SearchSchemaValueType |
The type. |
Stored |
The boolean that indicates whether or not the field is stored. |
Methods
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions) |
Explicit Interface Implementations
IJsonModel<OperationalInsightsSearchSchemaValue>.Create(Utf8JsonReader, ModelReaderWriterOptions) |
Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model. |
IJsonModel<OperationalInsightsSearchSchemaValue>.Write(Utf8JsonWriter, ModelReaderWriterOptions) |
Writes the model to the provided Utf8JsonWriter. |
IPersistableModel<OperationalInsightsSearchSchemaValue>.Create(BinaryData, ModelReaderWriterOptions) |
Converts the provided BinaryData into a model. |
IPersistableModel<OperationalInsightsSearchSchemaValue>.GetFormatFromOptions(ModelReaderWriterOptions) |
Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service. |
IPersistableModel<OperationalInsightsSearchSchemaValue>.Write(ModelReaderWriterOptions) |
Writes the model into a BinaryData. |
Applies to
Azure SDK for .NET