Share via


ContactSearchResultValue Class

Definition

The contact in the search and suggest result.

public class ContactSearchResultValue : System.ClientModel.Primitives.IJsonModel<Azure.Analytics.Purview.DataMap.ContactSearchResultValue>, System.ClientModel.Primitives.IPersistableModel<Azure.Analytics.Purview.DataMap.ContactSearchResultValue>
type ContactSearchResultValue = class
    interface IJsonModel<ContactSearchResultValue>
    interface IPersistableModel<ContactSearchResultValue>
Public Class ContactSearchResultValue
Implements IJsonModel(Of ContactSearchResultValue), IPersistableModel(Of ContactSearchResultValue)
Inheritance
ContactSearchResultValue
Implements

Properties

Name Description
ContactType

The type of the contact. It can be Expert or Owner for an entity. It can be Expert or Steward for a glossary term.

Id

The GUID of the contact.

Info

The description of the contact.

Methods

Name Description
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

Name Description
IJsonModel<ContactSearchResultValue>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<ContactSearchResultValue>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<ContactSearchResultValue>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<ContactSearchResultValue>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<ContactSearchResultValue>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to