McpServerSplitOutputParsing Class

Definition

Split the output into pages using the configured split parameters.

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

Constructors

Name Description
McpServerSplitOutputParsing()

Initializes a new instance of McpServerSplitOutputParsing.

Properties

Name Description
SplitParameters

Parameters for split output parsing.

Methods

Name Description
JsonModelCreateCore(Utf8JsonReader, ModelReaderWriterOptions)
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)
PersistableModelCreateCore(BinaryData, ModelReaderWriterOptions)
PersistableModelWriteCore(ModelReaderWriterOptions)

Explicit Interface Implementations

Name Description
IJsonModel<McpServerOutputParsing>.Create(Utf8JsonReader, ModelReaderWriterOptions) (Inherited from McpServerOutputParsing)
IJsonModel<McpServerOutputParsing>.Write(Utf8JsonWriter, ModelReaderWriterOptions) (Inherited from McpServerOutputParsing)
IJsonModel<McpServerSplitOutputParsing>.Create(Utf8JsonReader, ModelReaderWriterOptions)
IJsonModel<McpServerSplitOutputParsing>.Write(Utf8JsonWriter, ModelReaderWriterOptions)
IPersistableModel<McpServerOutputParsing>.Create(BinaryData, ModelReaderWriterOptions) (Inherited from McpServerOutputParsing)
IPersistableModel<McpServerOutputParsing>.GetFormatFromOptions(ModelReaderWriterOptions) (Inherited from McpServerOutputParsing)
IPersistableModel<McpServerOutputParsing>.Write(ModelReaderWriterOptions) (Inherited from McpServerOutputParsing)
IPersistableModel<McpServerSplitOutputParsing>.Create(BinaryData, ModelReaderWriterOptions)
IPersistableModel<McpServerSplitOutputParsing>.GetFormatFromOptions(ModelReaderWriterOptions)
IPersistableModel<McpServerSplitOutputParsing>.Write(ModelReaderWriterOptions)

Applies to