你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

BlobQueryArrowSerialization Class

  • java.lang.Object
    • com.azure.storage.blob.models.BlobQueryArrowSerialization

Implements

public class BlobQueryArrowSerialization
implements BlobQuerySerialization

Defines the output arrow serialization for a blob quick query request.

Constructor Summary

Constructor Description
BlobQueryArrowSerialization()

Method Summary

Modifier and Type Method and Description
List<BlobQueryArrowField> getSchema()

Gets the arrow fields.

BlobQueryArrowSerialization setSchema(List<BlobQueryArrowField> schema)

Sets the arrow fields.

Methods inherited from java.lang.Object

Constructor Details

BlobQueryArrowSerialization

public BlobQueryArrowSerialization()

Method Details

getSchema

public List getSchema()

Gets the arrow fields.

Returns:

the arrow fields.

setSchema

public BlobQueryArrowSerialization setSchema(List schema)

Sets the arrow fields.

Parameters:

schema - the arrow fields.

Returns:

the updated BlobQueryArrowSerialization object.

Applies to