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) |
Method Summary
Modifier and Type | Method and Description |
---|---|
String | getName() |
Integer | getPrecision() |
Integer | getScale() |
Blob |
getType() |
Blob |
setName(String name) |
Blob |
setPrecision(Integer precision) |
Blob |
setScale(Integer scale) |
Methods inherited from java.lang.Object
Constructor Details
BlobQueryArrowField
Method Details
getName
public String getName()
Returns:
The name.
getPrecision
public Integer getPrecision()
Returns:
The precision.
getScale
public Integer getScale()
Returns:
The scale.
getType
setName
public BlobQueryArrowField setName(String name)
Parameters:
name
- The name of the field.
Returns:
The updated options.
setPrecision
public BlobQueryArrowField setPrecision(Integer precision)
Parameters:
precision
- The precision of the field. Required if type is DECIMAL
Returns:
The updated options.
setScale
public BlobQueryArrowField setScale(Integer scale)
Parameters:
scale
- The scale of the field. Required if type is DECIMAL
Returns:
The updated options.
Applies to
Colaborar conosco no GitHub
A fonte deste conteúdo pode ser encontrada no GitHub, onde você também pode criar e revisar problemas e solicitações de pull. Para obter mais informações, confira o nosso guia para colaboradores.
Azure SDK for Java