SearchResultValue 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.
The value item of the search result.
public class SearchResultValue : System.ClientModel.Primitives.IJsonModel<Azure.Analytics.Purview.DataMap.SearchResultValue>, System.ClientModel.Primitives.IPersistableModel<Azure.Analytics.Purview.DataMap.SearchResultValue>
type SearchResultValue = class
interface IJsonModel<SearchResultValue>
interface IPersistableModel<SearchResultValue>
Public Class SearchResultValue
Implements IJsonModel(Of SearchResultValue), IPersistableModel(Of SearchResultValue)
- Inheritance
-
SearchResultValue
- 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. |
SearchHighlights |
A highlight list that consists of index fields id ,qualifiedName, name, description, entityType. When the keyword appears in those fields, the value of the field, attached with emphasis mark, is returned as an element of @search.highlights. |
SearchScore |
The search score calculated by the search engine. The results are ordered by search score by default. |
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<SearchResultValue>.Create(Utf8JsonReader, ModelReaderWriterOptions) |
Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model. |
IJsonModel<SearchResultValue>.Write(Utf8JsonWriter, ModelReaderWriterOptions) |
Writes the model to the provided Utf8JsonWriter. |
IPersistableModel<SearchResultValue>.Create(BinaryData, ModelReaderWriterOptions) |
Converts the provided BinaryData into a model. |
IPersistableModel<SearchResultValue>.GetFormatFromOptions(ModelReaderWriterOptions) |
Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service. |
IPersistableModel<SearchResultValue>.Write(ModelReaderWriterOptions) |
Writes the model into a BinaryData. |
Applies to
Azure SDK for .NET