BlobQueryArrowOptions.Schema Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
List of BlobQueryArrowField describing the schema of the data.
public System.Collections.Generic.IList<Azure.Storage.Blobs.Models.BlobQueryArrowField> Schema { get; set; }
member this.Schema : System.Collections.Generic.IList<Azure.Storage.Blobs.Models.BlobQueryArrowField> with get, set
Public Property Schema As IList(Of BlobQueryArrowField)