Show / Hide Table of Contents

Class BlobQueryArrowOptions

Arrow configuration. Only valid for OutputTextConfiguration.

Inheritance
System.Object
BlobQueryTextOptions
BlobQueryArrowOptions
Namespace: System.Dynamic.ExpandoObject
Assembly: Azure.Storage.Blobs.dll
Syntax
public class BlobQueryArrowOptions : Azure.Storage.Blobs.Models.BlobQueryTextOptions

Constructors

BlobQueryArrowOptions()

Declaration
public BlobQueryArrowOptions ();

Properties

Schema

List of BlobQueryArrowField describing the schema of the data.

Declaration
public System.Collections.Generic.IList<Azure.Storage.Blobs.Models.BlobQueryArrowField> Schema { get; set; }
Property Value
System.Collections.Generic.IList<BlobQueryArrowField>

Back to top Azure SDK for .NET