AzureBlobContentSource Class

Definition

Azure Blob Storage content.

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

Constructors

AzureBlobContentSource(Uri)

Initializes a new instance of AzureBlobContentSource.

Properties

ContainerUrl

Azure Blob Storage container URL.

Prefix

Blob name prefix.

Explicit Interface Implementations

IJsonModel<AzureBlobContentSource>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<AzureBlobContentSource>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<AzureBlobContentSource>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<AzureBlobContentSource>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<AzureBlobContentSource>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to