OperationalInsightsSearchSchemaValue Class

Definition

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>
public class OperationalInsightsSearchSchemaValue
type OperationalInsightsSearchSchemaValue = class
    interface IJsonModel<OperationalInsightsSearchSchemaValue>
    interface IPersistableModel<OperationalInsightsSearchSchemaValue>
type OperationalInsightsSearchSchemaValue = class
Public Class OperationalInsightsSearchSchemaValue
Implements IJsonModel(Of OperationalInsightsSearchSchemaValue), IPersistableModel(Of OperationalInsightsSearchSchemaValue)
Public Class 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.

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