AzureBlobFileListContentSource Class

Definition

File list in Azure Blob Storage.

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

Constructors

AzureBlobFileListContentSource(Uri, String)

Initializes a new instance of AzureBlobFileListContentSource.

Properties

ContainerUrl

Azure Blob Storage container URL.

FileList

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

Explicit Interface Implementations

IJsonModel<AzureBlobFileListContentSource>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<AzureBlobFileListContentSource>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<AzureBlobFileListContentSource>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<AzureBlobFileListContentSource>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<AzureBlobFileListContentSource>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to