Share via


KnowledgeBaseAzureBlobActivityArguments Class

Definition

Represents the arguments the azure blob retrieval activity was run with.

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

Properties

Name Description
Search

The search string used to query blob contents.

Methods

Name Description
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

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

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

IJsonModel<KnowledgeBaseAzureBlobActivityArguments>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<KnowledgeBaseAzureBlobActivityArguments>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<KnowledgeBaseAzureBlobActivityArguments>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<KnowledgeBaseAzureBlobActivityArguments>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to