SuggestResultValue Class

Definition

The value item of the search suggest.

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

Properties

AssetType

The asset types of the asset.

Classification

The classifications of the record.

Contact

The contacts of the asset.

CreateTime

The create time of the record. The Unix epoch format.

Description

The description of the asset.

Endorsement

The endorsement of the asset.

EntityType

The type name of the asset.

Glossary

The glossary name of the term.

GlossaryType

The type name of the term. Could be AtlasGlossary, AtlasGlossaryTerm or AtlasGlossaryCategory.

Id

The GUID of the record.

Label

The labels of the asset.

LongDescription

The definition of the term.

Name

The name of the record.

ObjectType

The object type of the record. Object type is the top-level property to distinguish whether a record is an asset or a term.

Owner

The owner of the record.

QualifiedName

The qualified name of the record.

SearchScore

The search score calculated by the search engine. The results are ordered by search score by default.

SearchText

The target text that contains the keyword as prefix. The keyword is wrapped with emphasis mark.

Term

The terms assigned to the asset.

TermStatus

The status of the term.

TermTemplate

The term template names used by the term.

UpdateTime

The last update time of the record. The Unix epoch format.

Explicit Interface Implementations

IJsonModel<SuggestResultValue>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<SuggestResultValue>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<SuggestResultValue>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<SuggestResultValue>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<SuggestResultValue>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to