Share via


KnowledgeBaseIndexedSharePointReference Class

Definition

Represents an Azure Blob Storage document reference.

public class KnowledgeBaseIndexedSharePointReference : Azure.Search.Documents.KnowledgeBases.Models.KnowledgeBaseReference, System.ClientModel.Primitives.IJsonModel<Azure.Search.Documents.KnowledgeBases.Models.KnowledgeBaseIndexedSharePointReference>, System.ClientModel.Primitives.IPersistableModel<Azure.Search.Documents.KnowledgeBases.Models.KnowledgeBaseIndexedSharePointReference>
type KnowledgeBaseIndexedSharePointReference = class
    inherit KnowledgeBaseReference
    interface IJsonModel<KnowledgeBaseIndexedSharePointReference>
    interface IPersistableModel<KnowledgeBaseIndexedSharePointReference>
Public Class KnowledgeBaseIndexedSharePointReference
Inherits KnowledgeBaseReference
Implements IJsonModel(Of KnowledgeBaseIndexedSharePointReference), IPersistableModel(Of KnowledgeBaseIndexedSharePointReference)
Inheritance
KnowledgeBaseIndexedSharePointReference
Implements

Properties

Name Description
ActivitySource

The source activity ID for the reference.

(Inherited from KnowledgeBaseReference)
DocUrl

The document URL for the reference.

Id

The ID of the reference.

(Inherited from KnowledgeBaseReference)
RerankerScore

The reranker score for the document reference.

(Inherited from KnowledgeBaseReference)
SourceData

Dictionary of <any>.

(Inherited from KnowledgeBaseReference)

Methods

Name Description
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

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

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

IJsonModel<KnowledgeBaseIndexedSharePointReference>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IJsonModel<KnowledgeBaseReference>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

(Inherited from KnowledgeBaseReference)
IJsonModel<KnowledgeBaseReference>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

(Inherited from KnowledgeBaseReference)
IPersistableModel<KnowledgeBaseIndexedSharePointReference>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<KnowledgeBaseIndexedSharePointReference>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<KnowledgeBaseIndexedSharePointReference>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

IPersistableModel<KnowledgeBaseReference>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

(Inherited from KnowledgeBaseReference)
IPersistableModel<KnowledgeBaseReference>.GetFormatFromOptions(ModelReaderWriterOptions)

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

(Inherited from KnowledgeBaseReference)
IPersistableModel<KnowledgeBaseReference>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

(Inherited from KnowledgeBaseReference)

Applies to