Share via


KnowledgeBaseIndexedOneLakeActivityArguments Class

Definition

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

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

Properties

Name Description
Search

The search string used to query indexed OneLake contents.

Methods

Name Description
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

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

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

IJsonModel<KnowledgeBaseIndexedOneLakeActivityArguments>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<KnowledgeBaseIndexedOneLakeActivityArguments>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<KnowledgeBaseIndexedOneLakeActivityArguments>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<KnowledgeBaseIndexedOneLakeActivityArguments>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to