次の方法で共有


BlobFileListContentSource Class

Definition

File list in Azure Blob Storage.

public class BlobFileListContentSource : System.ClientModel.Primitives.IJsonModel<Azure.AI.DocumentIntelligence.BlobFileListContentSource>, System.ClientModel.Primitives.IPersistableModel<Azure.AI.DocumentIntelligence.BlobFileListContentSource>
type BlobFileListContentSource = class
    interface IJsonModel<BlobFileListContentSource>
    interface IPersistableModel<BlobFileListContentSource>
Public Class BlobFileListContentSource
Implements IJsonModel(Of BlobFileListContentSource), IPersistableModel(Of BlobFileListContentSource)
Inheritance
BlobFileListContentSource
Implements

Constructors

BlobFileListContentSource(Uri, String)

Initializes a new instance of BlobFileListContentSource.

Properties

ContainerUri

Azure Blob Storage container URL.

FileList

Path to a JSONL file within the container specifying a subset of documents.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<BlobFileListContentSource>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<BlobFileListContentSource>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<BlobFileListContentSource>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<BlobFileListContentSource>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<BlobFileListContentSource>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to