BlobQueryArrowField Class
- java.
lang. Object - com.
azure. storage. blob. models. BlobQueryArrowField
- com.
public class BlobQueryArrowField
Defines an arrow field for a blob quick query request.
Constructor Summary
Constructor | Description |
---|---|
BlobQueryArrowField(BlobQueryArrowFieldType type) |
Creates a new instance of BlobQueryArrowField. |
Method Summary
Modifier and Type | Method and Description |
---|---|
String |
getName()
Gets the name. |
Integer |
getPrecision()
Gets the precision. |
Integer |
getScale()
Gets the scale. |
Blob |
getType()
Gets the BlobQueryArrowFieldType. |
Blob |
setName(String name)
Sets the name of the field. |
Blob |
setPrecision(Integer precision)
Sets the precision of the field. |
Blob |
setScale(Integer scale)
Sets the scale of the field. |
Methods inherited from java.lang.Object
Constructor Details
BlobQueryArrowField
public BlobQueryArrowField(BlobQueryArrowFieldType type)
Creates a new instance of BlobQueryArrowField.
Parameters:
Method Details
getName
public String getName()
Gets the name.
Returns:
getPrecision
public Integer getPrecision()
Gets the precision.
Returns:
getScale
public Integer getScale()
Gets the scale.
Returns:
getType
setName
public BlobQueryArrowField setName(String name)
Sets the name of the field.
Parameters:
Returns: