Package com.azure.storage.blob.models
Class BlobQueryArrowField
java.lang.Object
com.azure.storage.blob.models.BlobQueryArrowField
Defines an arrow field for a blob quick query request.
-
Constructor Summary
-
Method Summary
-
Constructor Details
-
BlobQueryArrowField
- Parameters:
type
-BlobQueryArrowFieldType
-
-
Method Details
-
setName
- Parameters:
name
- The name of the field.- Returns:
- The updated options.
-
setPrecision
- Parameters:
precision
- The precision of the field. Required if type isBlobQueryArrowFieldType.DECIMAL
- Returns:
- The updated options.
-
setScale
- Parameters:
scale
- The scale of the field. Required if type isBlobQueryArrowFieldType.DECIMAL
- Returns:
- The updated options.
-
getName
- Returns:
- The name.
-
getPrecision
- Returns:
- The precision.
-
getScale
- Returns:
- The scale.
-
getType
- Returns:
BlobQueryArrowFieldType
-