Azure.Storage.Blobs.Models.QueryFormat
The QueryFormat.
namespace Azure.Storage.Blobs.Models
{
internal class QueryFormat : IXmlSerializable
{
public QueryFormatType Type { get; }
public DelimitedTextConfigurationInternal DelimitedTextConfiguration { get; set; }
public JsonTextConfigurationInternal JsonTextConfiguration { get; set; }
public ArrowTextConfigurationInternal ArrowConfiguration { get; set; }
public object ParquetTextConfiguration { get; set; }
public QueryFormat(QueryFormatType type);
}
}