Share via


KnowledgeBaseIndexedSharePointActivityArguments Class

Definition

Represents the arguments the indexed SharePoint retrieval activity was run with.

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

Properties

Name Description
Search

The search string used to query indexed SharePoint contents.

Methods

Name Description
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

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

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

IJsonModel<KnowledgeBaseIndexedSharePointActivityArguments>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<KnowledgeBaseIndexedSharePointActivityArguments>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<KnowledgeBaseIndexedSharePointActivityArguments>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<KnowledgeBaseIndexedSharePointActivityArguments>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to