Azure.Storage.Blobs.Models.ArrowTextConfigurationInternal
Groups the settings used for formatting the response if the response should be Arrow formatted.
namespace Azure.Storage.Blobs.Models
{
internal class ArrowTextConfigurationInternal : IXmlSerializable
{
public IList<ArrowFieldInternal> Schema { get; }
public ArrowTextConfigurationInternal(IEnumerable<ArrowFieldInternal> schema);
}
}