Package com.azure.storage.blob.models
Class BlobQueryArrowSerialization
java.lang.Object
com.azure.storage.blob.models.BlobQueryArrowSerialization
- All Implemented Interfaces:
BlobQuerySerialization
Defines the output arrow serialization for a blob quick query request.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGets the arrow fields.setSchema
(List<BlobQueryArrowField> schema) Sets the arrow fields.
-
Constructor Details
-
BlobQueryArrowSerialization
public BlobQueryArrowSerialization()
-
-
Method Details
-
getSchema
Gets the arrow fields.- Returns:
- the arrow fields.
-
setSchema
Sets the arrow fields.- Parameters:
schema
- the arrow fields.- Returns:
- the updated BlobQueryArrowSerialization object.
-